Skip to main content

Jwt user extractor

cp:otoroshi.next.plugins.NgJwtUserExtractor

This plugin extract a user from a JWT token

categories:

  • Authentication

default configuration:

{
"verifier" : "none",
"strict" : true,
"strip" : false,
"name_path" : null,
"email_path" : null,
"meta_path" : null
}