Use claims for authorization #39
Loading…
x
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