ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
367 stars 87 forks source link

Storage adapter #126

Closed alexfilatov closed 3 years ago

alexfilatov commented 3 years ago

Just adding an storage adapter (by @aleDsz) so my Guardian.DB Redis plugin could work with the guardian_db package as a dependency (currently it's using dependency from my fork).

I believe I will need to mention this in the README, will add this shortly

yordis commented 3 years ago

🚀 🚀 🚀 🚀 🚀 🚀 Lets document every callback and add some explanation of what each callback suppose to do

alexfilatov commented 3 years ago

hey @yordis, just added docs, please have a look and let me know if I need to change smth. thanks!