issues
search
cawfeecoder
/
barbr
Example for LinkedIn/Medium series on Go microservices, NATS, and more :)
0
stars
0
forks
source link
Add Redis Store
#3
Open
cawfeecoder
opened
5 years ago
cawfeecoder
commented
5 years ago
As a system providing authentication, I need to:
Handle pre-mature expiration of tokens, such as logout, suspensions, or other such events This requires:
A redis store to hold a blacklist until expiration of each token
As a system providing authentication, I need to: