Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

json-web-token-grant.md

File metadata and controls

11 lines (8 loc) · 419 Bytes

JSON Web Token (JWT) Grant

The flow of JSON Web Token Grants is very similar to that of Client Credentials grants, but the token request can contain much more encoded data.

As of the current version, only a small subset of the JWT specification is supported.

Please refer to the tests in order to implement this grant type.