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 5.0 or higher
1.5.3
2023-12-23
- Fix check settings that use OAuth only.
1.5.2
2023-11-30
- Fix use wp_remote_xxx() instead of cURL in Google OAuth API class.
- Add display link to edit profile option into block.
- Add filters hook supported in block and legacy widget.
1.5.1
2023-11-24
- Add legacy login links widget (Hot update). This widget have more options and can work with PolyLang Free while block need PolyLang Pro.
1.5
2023-11-23
- Facebook OAuth API no longer supported (the plugin author has no Facebook account anymore).
- Fix incorrect check select box value with key that is number.
- Add block for display register, login, logout links.
- Update code following PHPCS guide.
Previous version updates:\
Please read on
changelog.md