IdentityServer / IdentityServer3.EntityFramework

EntityFramework persistence layer for IdentityServer3
Apache License 2.0
68 stars 97 forks source link

Return expired tokens #110

Closed TechnoAg closed 8 years ago

TechnoAg commented 8 years ago

Currently returns a null token if it is expired. This results in Identity Server in treating an expired token as a missing token. Instead, if Identity Server see it as an expired token, it will delete it.

View ValidateReferenceAccessTokenAsync handling of Expired Tokens

dnfclas commented 8 years ago

Hi @TechnoAg, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;