BlaatLogin: OAuth
This plugin turns your WordPress website into an OAuth Consumer. It allowsallows your users to sign in with any OAuth provider.
3 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bs_oauth_accounts | Stores bs oauth accounts data created by this plugin. | Static |
| wp_bs_oauth_services_configured | Stores bs oauth services configured data created by this plugin. | Static |
| wp_bs_oauth_tokens | Stores access tokens for authentication or API access. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
blaatlogin_pageOption key:bs_auth_hide_localOption key:bs_auth_signup_user_emailOption key:bs_debug_updatedbOption key:bs_oauth_dataversionOption key:bs_oauth_dbversionOption key:bsauth_custom_buttonOption key:bsauth_oauth_debugOption key:bsauth_oauth_debug_httpOption key:link_pageOption key:login_pageOption key:logout_frontpageOption key:recently_activatedOption key:register_pagewp_usermeta