Is your feature request related to a problem? Please describe.
When I use the oidc component, I found that there is no implementation of logout and login
Describe the solution you'd like
I hope the official can provide support for this endpoint
Describe alternatives you've considered
I am currently planning to implement it simply by myself. I should first add the end_session_endpoint information in ConnectDiscoveryInfoView, and then implement a view that deletes all associated user tokens through id_token.
Is your feature request related to a problem? Please describe. When I use the oidc component, I found that there is no implementation of logout and login
Describe the solution you'd like I hope the official can provide support for this endpoint
Describe alternatives you've considered I am currently planning to implement it simply by myself. I should first add the end_session_endpoint information in ConnectDiscoveryInfoView, and then implement a view that deletes all associated user tokens through id_token.
Additional context Here is the relevant spec link on this feature: https://openid.net/specs/openid-connect-rpinitiated-1_0.html