You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the link to the RFC documentation saying that use of this claim is OPTIONAL, however if it's optional, then surely consumers of the library should be allowed to set it 😃
If you're happy with this proposal then I will put together a PR to make this change.
The text was updated successfully, but these errors were encountered:
At the moment, the implementation of
encryptAccessToken()
always sets the issuer claim (iss
) to undefined - see https://github.com/jasonraimondi/ts-oauth2-server/blob/main/src/grants/abstract/abstract.grant.ts#L121.I appreciate the link to the RFC documentation saying that use of this claim is
OPTIONAL
, however if it's optional, then surely consumers of the library should be allowed to set it 😃If you're happy with this proposal then I will put together a PR to make this change.
The text was updated successfully, but these errors were encountered: