=== GOAuth === Contributors: igroykt, freemius Donate link: Tags: google, authentication, oauth, login, google login, google, admin, xmlrpc, rest api, api Requires at least: 4.7 Tested up to: 5.0.3 Requires PHP: 7.0 and higher Stable tag: 2.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Google Open Authentication plugin for WordPress. == Description == Use Google Services for authenticating. If you have two-factor verification enabled in google account then it will work. If not you can use the Google Authenticator App. Dependencies: curl, bcmath. [youtube https://youtu.be/qJuByi5KwfA] = Features = * Force Login * Google Authenticator * Unlimited Users * Single Domain Restriction * Long Time Sessions = Premium features = * Multiple Domain Restriction * Custom Logo * Hide Login Form * Hide Navigation Buttons * Auto Register * Save Data on Uninstall * Remove Profile Name Fields * Remove Profile E-Mail Field * Remove Profile Password Field * Disable XMLRPC * Disable Rest API Dev TLDs: *.dev *.test *.local *.staging *.example *.invalid *.myftpupload.com (GoDaddy) *.cloudwaysapps.com (Cloudways) *.wpsandbox.pro (WPSandbox) *.ngrok.io (tunneling) Dev Subdomains: local.* dev.* test.* stage.* staging.* stagingN.* (SiteGround; N is an unsigned int) *.staging.wpengine.com (WP Engine) dev-*.pantheonsite.io (Pantheon) test-*.pantheonsite.io (Pantheon) staging-*.kinsta.com (Kinsta) == Installation == Unpack "goauth.zip" to the "/wp-content/plugins/" directory. Activate the plugin through the "Plugins" menu in WordPress. == Frequently Asked Questions == If you have some question about setup and options then read "Help" in goauth settings page. == Screenshots == 1. General 2. Google Authenticator 3. Profile & Security == Changelog == = 2.2 = * Replaced long time sessions with authentication cookies refresh * Sessions confusion bugfix * Additional checks * Database queries update * Google login update * Authentication mechanism update * Replaced database clear script with garbage collector method * Database table update * Request url bugfix = 2.1 = * Fixed session hijack * Logic error exception * Authentication mechanism update * Google service error exception * Requested url * Improved hash expire check * Improved server sessions check * Long time sessions bugfix * Database queries bugfix * Cookies bugfix * Code refactoring = 2.0 = * Logout bugfix * Premium multiple domain restriction * Free single domain restriction * Removed wildcard domain support * Some security fix * Hide password field in profile * Script for database clearing * Long time sessions * Login bugfix = 1.6 = * Replaced templates with scripts * Google API Client update * Session refresh bugfix = 1.5 = * Some authentication improvements * Added "Save Data on Uninstall" option * Added "Disable Rest API" option * Added "Disable XMLRPC" option * Added "Google Authenticator" support * Removed "Bruteforce Security" = 1.4 = * Premium options = 1.3 = * Bug fixes = 1.2 = * Code optimization = 1.1 = * Force login * Bruteforce security = 1.0 = * Google API