Closed jsdt closed 1 month ago
This handles JWT tokens from other providers, as long as they host an openid config and public keys.
Tokens with the issuer "localhost" will go through the older flow.
There are some things that should be improved in future PRs:
NodeDelegate
This has unit tests that spin up a server hosting public keys to test fetching and validation.
Description of Changes
This handles JWT tokens from other providers, as long as they host an openid config and public keys.
Tokens with the issuer "localhost" will go through the older flow.
There are some things that should be improved in future PRs:
NodeDelegate
.Expected complexity level and risk
Testing
This has unit tests that spin up a server hosting public keys to test fetching and validation.