-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ecto.StaleEntryError when using Guardian.DB.on_revoke #132
Comments
It seems to be a mistake. We are in the middle of doing a lot of refactoring, here is the file with all the Ecto integration: https://github.com/ueberauth/guardian_db/blob/master/lib/guardian/db/adapter/ecto.ex |
Good to know, thank you! 😊 Do you think it will be in the next release, whenever that is? |
I am not sure, also we need to add back the line of code that fixes your issue if I am not mistaken. |
@sbinlondon haven't tested, but I think if you make |
@alexfilatov you are right! 🚀 |
Hey folks, I got lost in terms of what suppose to be the follow-up work here 😄 , do you remember? |
@alexfilatov any idea here? |
yeah, I believe no followup here, safe to close |
In looking up this issue I found #102 and saw that it had been fixed, closed, and merged. But then the code that solved this was refactored in 781d076, removed, and never actually released.
We get tons of
Ecto.StaleEntryErrors
when usingGuardian.DB.on_revoke
. Was this written out by mistake, or was there a reason for removing it? Do you have any advice on how to fix this?The text was updated successfully, but these errors were encountered: