Accedia / appleauth-net

AppleAuth.NET is a simple library that facilitates the implementation of "Sign in with Apple" for .NET applications.
MIT License
47 stars 26 forks source link

add exp to match in token #26

Closed scottluskcis closed 1 year ago

scottluskcis commented 1 year ago

exp in claims was getting ignored by exp set in JwtSecurityToken. Now set so that it actually honors the exp trying to set

scottluskcis commented 1 year ago

Related to #24, missed this piece of it prior