uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
85 stars 11 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