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-UserAuth
directory. - 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/register
POST /wp-json/wpvbr/v1/login
POST /wp-json/wpvbr/v1/logout
GET /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.