You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
In our project we would like to use a POST to call the logout endpoint, this is because our id_token can be very big and we run into problems when we do a GET request.
How could we do this?
The text was updated successfully, but these errors were encountered:
@brockallen Thanks for the response.
So i know how to get the id_token, but what do you mean with build a form?
And can i also clear all the state myself? Like the state for the user etc?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our project we would like to use a POST to call the logout endpoint, this is because our id_token can be very big and we run into problems when we do a GET request.
How could we do this?
The text was updated successfully, but these errors were encountered: