ring-jwt-middleware icon indicating copy to clipboard operation
ring-jwt-middleware copied to clipboard

JWT auth checks for Ring

Results 1 ring-jwt-middleware issues
Sort by recently updated
recently updated
newest added

Currently during JWT check (for example during `check-jwt-expiry`) or other kind of error all returns the same error code `invalid_jwt`. We should make it more configurable to provide more error...

enhancement