Open stephenlf opened 1 year ago
Current issues related logouts: https://github.com/vouch/vouch-proxy/pull/543 https://github.com/vouch/vouch-proxy/issues/522
This PR might help solve some of those by showing how to create and route to a logout server.
This is the logout implementation I use for the Vouch-integrated server we run at our company.
Unfortunately, Google doesn't support redirection after invoking the "Revoke Access Token" endpoint, meaning until Vouch can make the revocation request for us, we have to do it ourselves.