nicumicle / simple-jwt-login

This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.
http://wordpress.org/plugins/simple-jwt-login/
GNU General Public License v3.0
82 stars 22 forks source link
hacktoberfest jwt jwt-authentication jwt-login php wordpress wordpress-api wordpress-plugin wp wp-plugin

Banner

Rating Total Downloads Active installs PRs welcome

Contributors Last Commit Open issues Closed issues Open pull requests Closed pull requests

Simple-Jwt-Login WordPress.org version Required PHP version Latest Tested WordPress version

Current Tag Check plugin Multiple PHP Versions check Feature Tests Unit Tests Coverage License

X (formerly Twitter) Follow
Documentation · Report a Bug · Request a Feature · Ask a Question

Simple JWT Login is a FREE 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.

Overview

Simple-JWT-Login schema

Table of contents

:bulb: Installation

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

Install from Zip

[!NOTE] Please note that this plugin version is not fully tested.

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

Install from WordPress.org

[!TIP] For production environments we recommend installing the plugin from Wordpress.org

In order to install the latest stable version, from your WordPress admin:

Setup the Plugin

  1. Go to "General" section
  2. Set a "JWT Decryption key". With this key the JWT will be validated.
  3. Choose "JWT Decryption algorithm".
  4. Go to "Login" section
  5. Set "JWT parameter key" with the payload key where user can be identified
  6. Save Changes.

:tada: Features

:electric_plug: Integrate

PHP SDK

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

composer require nicumicle/simple-jwt-login-client-php

You can check this GitHub repository for more details and code examples.

JavaScript SDK

The Javascript SDK can be installed using npm or yarn into your App.

npm install "simple-jwt-login"

or

yarn add "simple-jwt-login"

You can check this GitHub repository for more details.

:ledger: Documentation

Plugin documentation is available at simplejwtlogin.com.

:rocket: Roadmap

Check out the roadmap to get informed on the latest released features, current statuses, and upcoming features.

:scroll: Contribute

Simple-JWT-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.

How can you contribute:

:trophy: Contributors

Thanks to all our contributors!

Contributors

Copyright

This project is distributed under the GNU General Public License v3.0.

By submitting a pull request to this project, you agree to license your contribution under the GNU General Public License v3.0 to this project.