uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
81 stars 13 forks source link

Feedback for Uruk server #526

Closed ycrumeyrolle closed 3 years ago

ycrumeyrolle commented 3 years ago

Exposes the headers 'alg', 'kid' & 'enc' to the JwtHeaderDocument. Exposes alo the SignatureAlgorithm and the KeyManagementAlgorithm

Exposes the claim 'issto theJwtPayloadDocument`.

Fixes the default signature policy from IgnoreSignature to InvalidSignature