This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 270
Vanity identifies separate participants before/after log in #140
Comments
👍, thanks for your work @phillbaker! |
Addressed also here: #49 with links to other relevant issues. |
Also addressed by 6588ca8 |
Closed
Phil - I'm thinking about this scenario..
Thoughts? |
@davidguthu that scenario is approached by #49, if you wanted to review and see if you could bring it up to date, that'd be amazing! |
Sounds good Phil - I'll review and make some suggestions this weekend I hope, latest early next week. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I.e. Vanity will show different alternatives to a user before/after logging in, if current_user returns nil before login and then the user object after login.
To fix this, instead of a
use_vanity :current_user
, we're usinguse_vanity :previous_vanity_cookie_or_current_user
withThe text was updated successfully, but these errors were encountered: