AH JWT Auth

AH JWT Auth Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,496 downloads
AH JWT Auth Icon

Try plugin: AH JWT Auth

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

Takes ~10 seconds to install.

About AH JWT Auth

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header.

0


0


0


0


0

updated: 9 months ago
since: 3 years ago
author: Andrew Heberle

Description

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header that is added by a reverse proxy
that sits in front of your WordPress deployment.

Authentication and optionally role assignment is handled by claims contained in the JWT.

Verification of the JWT is handled by either:

  • a shared secret key
  • retrieving a JSON Web Key Set (JWKS) from a configured URL

During the login process if the user does not exist an account will be created with a matching role from the JWT.

If the JWT did not contain a role claim then user is created with the role set in the plugin settings (by default this is the subscriber role).