Split sessionUtils.js authenticateSessions() #172
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#172
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?
Split authenticateSessions into three seperate methods:
One local function for basic authentication logic which intakes a req and a username.
There should be two exported wrapper methods:
added #167 as parent issue
changed the description
Prepped session utils for remember me tokens:
95ed2fa403Handled it by bool instead of split function.