Giter Club home page Giter Club logo

Comments (3)

leastprivilege avatar leastprivilege commented on July 17, 2024

It uses whatever IDistributedCache is registered. So use your caching system to do that.

Also - be aware that caching for a longer time - let's say more than 10 seconds is not recommended. Anything else would defeat the purpose of reference tokens.

from identityserver4.accesstokenvalidation.

PrashanthShetty avatar PrashanthShetty commented on July 17, 2024

Thank you, I think If I can get the key, i.e.
var cacheKey = $"{CacheKeyPrefix}{token}".Sha256(); and then
_distributedCache.Remove(cacheKey);
I can invalidate the cache.

from identityserver4.accesstokenvalidation.

leastprivilege avatar leastprivilege commented on July 17, 2024

this library is deprecated in favour of this superior and more flexible approach:

https://leastprivilege.com/2020/07/06/flexible-access-token-validation-in-asp-net-core/

from identityserver4.accesstokenvalidation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.