=== Rundiz OAuth ===
Contributors: okvee
Tags: oauth, google, google login, google register, facebook, facebook login, facebook register, social login, social connect
Requires at least: 4.0
Tested up to: 4.9.1
Stable tag: 1.2.2
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE
License: MIT
License URI: http://opensource.org/licenses/MIT
Use OAuth such as Google, Facebook to login and register.
== Description ==
Use Oauth such as Google and Facebook account to login, register member in WordPress website. Control how your wp-login page will be used. Force use only OAuth or use them both.
Both Google and Facebook already have "Multi factor" or "2 factor" authentication.
So, instead of implementing the 2FA (2 factor authentication) into your WordPress and add those keys into your user's authenticator app on smart phone (which might too much list of them). Just use OAuth system!
It is very easy and much secure for your users on your WordPress website. (Depends on your user security settings on those providers).
Since v 1.0 your users can register using OAuth in one click from your website and one click to allow/continue on OAuth provider website. Just few clicks and done.
You can also change login expiration by using remember login or use OAuth only for login method.
This project is maintain by Rundiz.com. Feel free to rate and comments.
= System requirement =
PHP 5.4 or higher
Open SSL PHP extension.
WordPress 4.0 or higher
== Installation ==
1. Upload "okv-oauth" folder to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Access plugin setup page.
4. Follow setup instruction on screen.
== Frequently Asked Questions ==
= Can I force use only OAuth login or register? =
Yes, check your settings.
= Does multi-site work? =
Yes, it is.
== Screenshots ==
1. Administrator settings
2. Admin settings/Google
3. Admin settings/Facebook
4. Register use WordPress and OAuth
5. Register use OAuth only
6. Login use WordPress and OAuth
7. Login use OAuth only
== Changelog ==
= 1.2.1 =
* Fix rewrite rule did not add when update.
* Fix load language.
= 1.2 =
2018-01-04
* Improvement on multi-site registration page (wp-signup.php).
* Move OAuth redirect page to custom route front-end page. This reduce a lot of URLs in the allowed list and of course the theme developer may need to re-design these pages (2 pages) for their websites (sorry for the inconvenient).
* Many bugs fixed.
= 1.1.1 =
* Typo fixed.
* Add warning setting on multi-site enabled.
= 1.1 =
* Add WooCommerce support (partly support, developers have to script and style manually).
* Fix prevent user who logged in and change their email to non OAuth provider while Rundiz OAuth settings is using OAuth only.
* Because of the users can no longer manually change their email if using OAuth only, Add the buttons to change email using OAuth.
* Fix remove activation key, password nag that is generated with normal WordPress register function.
= 1.0 =
* Rewrite new code.
* Add Facebook login.
= 0.6.1 =
* Fix setting to do not use OAuth and cannot login.
= 0.6 =
* Add login expiration settings, this can also be override by other plugins.
= 0.5 =
* Fix uninstall/delete the plugin and get error.
= 0.4 =
* Fix php class dependency hell that some other plugin use different version of Google class and cause error.
* Rename the plugin.
= 0.3 =
* Update to prevent registration from original form while settings to use OAuth only.
* Minor UI fixed.
= 0.25 =
* Change information and add donation link.
= 0.2 =
* Modify text translation. This make translation really works.
* Add Thai language.
= 0.1 =
* Beginning.