Use claims for authorization #39

Closed
opened 2022-08-01 12:01:53 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2022-08-01 12:01:53 +00:00 (Migrated from github.com)

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.

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.
danieljsummers commented 2022-08-14 21:34:00 +00:00 (Migrated from github.com)

This is complete, and will be a part of v8

This is complete, and will be a part of v8
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/PrayerTracker#39
No description provided.