Kill Remember-Me Tokens with Sessions #174
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#167 Remember-Me Cookies
rainbownapkin/canopy
Reference: rainbownapkin/canopy#174
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Users who logout should have any remember-me tokens associated with the request cleared from the DB.
Users who request a full-logout should have all associated remember-me tokens cleared.
Full session kill method should have option to leave remember-me tokens, for certain calls, such as in the advent of a rank change.
added #167 as parent issue
changed the description
Old keys are cleared on next login, to prevent doubled keys, and to allow users to who un-check 'remember me' to delete their token:
e00e5a608bWe should still implement rememberme cookie detection and token db doc deletion from logout controller too, since a user requesting a logout shouldn't have to log back in manually just to delete their key.
Server now deletes associated remember-me token on user requested log-outs:
1d5a087d79Remember me tokens now nuked upon full account logout:
bc0657a702Cleaned up remember-me error handling:
d874f5e2daRemember Me Tokens Complete.