ueberauth / guardian_db

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

function Guardian.DB.on_refresh/2 is undefined or private #91

Closed tanweerdev closed 5 years ago

tanweerdev commented 6 years ago

Steps to reproduce: Add hex dependency of guardian_db plus configurations and when project will be compiled, you will get this error. Please release a new version. This will be fixed as we already have this fixed in current codebase

egeersoz commented 6 years ago

Any updates on this issue?

yordis commented 6 years ago

@egeersoz it will get release the next week.

doomspork commented 6 years ago

If you need to use this before a new release is cut you can always point to master in mix:

{:guardian_db, github: "ueberauth/guardian_db"}