Skip to content
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

Forget user when deleting an associated active session #78

Closed
stevepolitodesign opened this issue Feb 4, 2022 · 0 comments · Fixed by #80 or #79
Closed

Forget user when deleting an associated active session #78

stevepolitodesign opened this issue Feb 4, 2022 · 0 comments · Fixed by #80 or #79
Assignees
Milestone

Comments

@stevepolitodesign
Copy link
Owner

When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Acceptance Criteria

  • Remove remember_token from users table.
  • Add remember_token to active_sessions table.
  • Refactor Authentication#forget.
  • Refactor Authentication#remember.
  • Refactor Authentication#current_user.
@stevepolitodesign stevepolitodesign added this to the 3.0.0 milestone Feb 4, 2022
@stevepolitodesign stevepolitodesign self-assigned this Feb 4, 2022
stevepolitodesign added a commit that referenced this issue Feb 4, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
stevepolitodesign added a commit that referenced this issue Feb 4, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
stevepolitodesign added a commit that referenced this issue Feb 4, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
@stevepolitodesign stevepolitodesign mentioned this issue Feb 4, 2022
Merged
1 task
stevepolitodesign added a commit that referenced this issue Feb 5, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
stevepolitodesign added a commit that referenced this issue Feb 5, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
stevepolitodesign added a commit that referenced this issue Feb 7, 2022
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant