nesso99 / jwt-blacklist

A module based on node-jsonwebtoken with blacklisting feature.
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Use RedisBloom #3

Open gkorland opened 5 years ago

gkorland commented 5 years ago

It seems like the original plan was to support Redis as blacklist store. It seems like RedisBloom can be a great fit for it.

nesso99 commented 5 years ago

Thank you, I will implement it in the future.