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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
ClaimsIdentitywith its standard "logged on" cookie; this handles "remember me" and rolling sessions automatically.This is complete, and will be a part of v8