JWT Authenticator

JWT Authenticator Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,175 downloads
JWT Authenticator Icon

Try plugin: JWT Authenticator

We'll create fresh WordPress site with JWT Authenticator installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About JWT Authenticator

This plugin integrates JWT authentication and automates user creation.

0


0


0


0


0

updated: 7 years ago
since: 7 years ago
author: Shawn Wang

Description

This plugin integrates JWT authentication and automates user creation. The plugin is written for AAF Rapid Connect, but can be used for other providers too.

Here is how this plugin works:

  1. Generate a secrete key with command: tr -dc ‘[[:alnum:][:punct:]]’ < /dev/urandom | head -c32 ;echo
  2. Register the key and call back URL http://yoursite.com/wp-json/jwt-auth/v1/callback with your authentication provider.
  3. Specify authentication and user creation parameters. Those marked with * are required.