2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#10,653 forks (10,653 forks)batch import
area-authenhancementhelp wanted
Repository metrics
- Stars
- 37,933 stars (37,933 stars)
- PR merge metrics
- Avg merge 16d 9h (Avg merge 16d 9h)258 merged PRs in 30d (258 merged PRs in 30d)
Description
A useful event to have would be one that fires after the sid checking is complete and the authentication cookie has been removed.
Contributor guide
- Research direction
- Explore the OpenIdConnectHandler.cs file to identify where the RemoteSignOut flow completes and the authentication cookie is removed. Look for existing events like RemoteSignOut and determine where to add a new event (e.g., OnRemoteSignOutComplete). Ensure the event fires after cookie removal and sid validation.
- Tech stack
- csharp
- Domain
- backendauthentication
- Issue type
- Feature
- Prerequisites
- ASP.NET CoreOpenID ConnectC#