manifest / integrations / wp-oauth2-server-client
WP OAuth2 Server & Client
This plugin creates an OAuth 2.0 authorization server/provider for WordPress.
by Justin Greer & wLc Designs · github.com/wlcdesigns/wp-oauth2-server-client · website
★ 16stars
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wlcdesigns/wp-oauth2-server-client/archive/refs/heads/master.zipFrom the readme
Create and Manage an OAuth 2.0 server powered by WordPress. Become a Single Sign On Provider and or resource server.
This plugin creates an OAuth 2.0 authorization server/provider for WordPress.
Licensing is not needed to use this plugin.
PHP 5.6 or greater (latest version recommended)
OpenSSL installed and enabled if you plan on using OpenID Connect
NOTE: This plugin is a fork from the original wp-oauth plugin.
There is currently no support for this plugin. Partial support can be found at:
https://wlcdesigns.com/2016/02/login-ios-wordpress-oauth2/
1. Upload wp-oauth2-provider to the /wp-content/plugins/ directory or use the built in plugin install by WordPress
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Click 'Settings' and then 'permalinks'. Then simply click 'Save Changes' to flush the rewrite rules so that OAuth2 Provider
1. Your Ready to Rock
Forked from original wp-oauth plugin created by Justin Greer.