Skip to content

This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.

License

Notifications You must be signed in to change notification settings

blavetstudio/simple-jwt-login

 
 

Repository files navigation

Rating Total Downloads Active installs

Simple JWT Login is a WordPress plugin that allows you to use a JWT on WordPress REST endpoints.

The main purpose of this plugin is to allow Mobile apps, or other websites to access the content from a WordPress website via REST endpoints in a secure way.

Main features of the plugin

  • Authenticate : REST endpoint that will generate a JWT
  • Autologin: Autologin to a WordPress website with JWT
  • Register user: Register users in WordPress by calling a REST endpoint
  • Delete user: You can delete a WordPress user by adding some details in the JWT payload.
  • Reset password: REST endpoint that allows you to reset WordPress User password. Also, it can send custom email if you want.
  • Protect endpoints: Protect WordPress endpoints with a JWT. This way, you can make some endpoints private, and the content can be viewed only if you provide a valid JWT.

Documentation

Plugin documentation can be found on simplejwtlogin.com.

Install on a WordPress Website

Please note that this plugin version is not fully tested.

If you want to make sure you have a stable version, please download this plugin from WordPress.org.

⚠️ Make sure you use the latest plugin version in production.

If you want to upload the simple-jwt-login plugin to your website:

Contributing to Simple-JWT-Login

Simple-JTW-Login is an open-source project and welcomes all contributors.

As with all WordPress projects, we want to ensure a welcoming environment for everyone.

With that in mind, all contributors are expected to follow our Code of Conduct.

Contribute

PHP Client

In order to easily integrate your app/site with the simple-jwt-login plugin, we have developed a composer package.

You can check the github repository for more details and code examples.

About

This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.6%
  • JavaScript 1.2%
  • Other 1.2%