IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
90 stars 149 forks source link

EpochTimeExtensions and Clock Internal #22

Closed jlegan closed 9 years ago

jlegan commented 9 years ago

Trying to implement custom cache today I came across two classes that would be nice if they were no longer internal:

Clock (default clock implementation) of IClock EpochTimeExtensions

There may be others but those two required a quick copy, paste and rename for clarity on my end.

leastprivilege commented 9 years ago

I made Clock public. The epoch extensions should be used from a separate library (e.g. IdentityModel).