An open API service indexing awesome lists of open source software.

https://github.com/billstclair/wp-emember-auth

Login to SMF using the WP eMember plugin authentication
https://github.com/billstclair/wp-emember-auth

Last synced: 2 months ago
JSON representation

Login to SMF using the WP eMember plugin authentication

Awesome Lists containing this project

README

          

This is an [SMF](http://www.simplemachines.org/) plugin to authenticate the forum from the [WP eMember](https://www.tipsandtricks-hq.com/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706) plugin's auth data and cookies.

See ```readme.txt``` (displayed in SMF when you install the package) for installation instructions.

Use the ```make-package``` script to create ```wp-emember-auth.tar.gz``` from the relevant files.

Requires SMF 2.0 or higher for use of the [integration hooks](http://wiki.simplemachines.org/smf/Integration_hooks).

Tested in SMF 2.0.11 with WordPress 4.6 and WP eMember v9.0.8.

Copies the code WP eMember uses to encode its authorization cookie, so prone to being broken should they change that. For some reason, WordPress authors feel no need to make stand-alone functional versions of their code that can just be used instead of copied. Sigh...

Bill St. Clair <[billstclair@gmail.com](mailto:billstclair@gmail.com)>