Use Oauth such as Google and LINE account to login, register member in WordPress website.
Both Google and LINE 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 may already have a lot 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.
You can also change login expiration by using remember login.\
You can set how your user login use OAuth with normal login form, or OAuth only, or disable OAuth login from Rundiz OAuth settings page.
This project is maintain by
Rundiz.com. Feel free to rate and comments.\
Please
donate to support the developer.
Tested up to PHP 8.5.
Original source of the block(s) is on GitHub. (
https://github.com/Rundiz-WP/okv-oauth )
1.7.6
2026-07-28
- Fix incorrect views folder name (wrong case
a, A) cause serious error in settings page.
- Fix text domain from variable can't create .pot file.
- Update Thai translation.
1.7.5
2026-07-23
- Fix Activation.php:
activateAddUpdateOption() cause non-activated plugin on that multi-site show 404 on custom permalink.
If Site A activated this plugin but Site B is not. When update or activate or install on one site, the other one will show 404 if their permalink was set to use custom. This is hot fix.
- Minor improve the performance.
- Fix incorrect text domain on Activation.php.
1.7.4
2026-07-20
1.7.3
2026-04-08
- Fix incorrect escape URL.
1.7.2
2026-04-06
- Move assets files into folder.
- Rename asset handles to use
okv-oauth- prefix.
- Update widget to use
okv_oauth prefix.
- Minor update.
1.7.1
2026-04-04
- Fix activate/deactivate/uninstall process to working on all sites.
1.7.0
2026-03-23
- Rename namespace, variables, options, etc to match plugin slug.
- Update escape on display PHP.
- When you update to this version, please update permalink by go to Settings > Permalinks > and click Save Changes. This will not change anything but it will be flush the rewrite rules to let them update.
Previous version updates:\
Please read on
changelog.md