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 NameDescriptionMethod
wp_bs_oauth_accountsStores bs oauth accounts data created by this plugin.Static
wp_bs_oauth_services_configuredStores bs oauth services configured data created by this plugin.Static
wp_bs_oauth_tokensStores 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_options
Option 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_page
wp_usermeta
User meta