=== WP OAuth2 Server === Contributors: codexshaper Tags: oauth2, authentication Requires at least: 4.7 Tested up to: 5.4 Stable tag: 1.0 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Enable full oauth2 authentication for your site. == Description == Enable full oauth2 authentication for your site. This plugin used league oauth2 server. It's highly secured and most used technology. There is few steps to create your credentials: * First go to `WP OAuth2 Server` menu. * Then click `Clients` sub menu. * Then click on `Create new client`. It'll popup a modal. Fill up the form and click `save`. * Click `show` to see each client credentials, click 'edit' to update and click `remove` button to delete/destroy current client. == Frequently Asked Questions == = Is it free? = Yes, it's full free. == Changelog == = 1.0.1 = * Added Custom router and fixed text fields default value to nullable. = 1.0.0 = * This is the initial release. == Contribution == This is free open source project, so anyone can use and contribute. If you are interested you can contribute in our github repository https://github.com/Codexshaper/wp-oauth2. If anyone found or face any security issue please mail us at codexshaper@gmail.com or create an issue in https://github.com/Codexshaper/wp-oauth2/issues. = Contributors = * [Md Abu Ahsan Basir](https://github.com/maab16)