A Single Plugin Which provides WP ReST-API's for user registration, login, and Authentication.
To install the WP-UserAuth plugin, follow these steps:
- Download and Upload the plugin files to the
/wp-content/plugins/wp-UserAuthdirectory. - Activate the plugin through the 'Plugins' screen in WordPress.
- Use the provided ReST-API endpoints for user registration, login, and authentication.
Here are some examples of how to use the plugin:
POST /wp-json/wpvbr/v1/registerPOST /wp-json/wpvbr/v1/loginPOST /wp-json/wpvbr/v1/logoutGET /wp-json/wpvbr/v1/checkLoginCookie- User Registration via ReST-API
- User Login via ReST-API
- User Logout via ReST-API
- Check Login Cookie via ReST-API
We welcome contributions to this project. Please follow these guidelines for contributing:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
For any inquiries or contributions, please reach out through the project's GitHub issues or pull requests.
The Laravel framework is open-sourced software licensed under the MIT license.