Alternative to JWT grant that doesn't require API calls for authentication
Please provide an alternative to the JWT grant so my app doesn't need to make API calls to get an access token. For example, use the JWT itself as an access token.
GitHub, AWS, and others enable a static access string/key to be used for calls.
4
votes
