Use claims for authorization #39
Labels
No Label
bug
duplicate
enhancement
good first issue
help wanted
infrastructure
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/PrayerTracker#39
Loading…
Reference in New Issue
Block a user
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?
The current version of PrayerTracker uses custom code and 3 different cookies to maintain user/group log on state and rolling session activity. Convert this structure to use ASP.NET Core's
ClaimsIdentity
with its standard "logged on" cookie; this handles "remember me" and rolling sessions automatically.This is complete, and will be a part of v8