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
After a user logs out in Wasp, for some OAuth providers, it's necessary to terminate the 3rd party session as well. We could do this as a generic "log out clean up" hook that we perform for some of the OAuth providers e.g. Keycloak needs this. We would need to improve our log out action to send a request to the server on log out as well.
After a user logs out in Wasp, for some OAuth providers, it's necessary to terminate the 3rd party session as well. We could do this as a generic "log out clean up" hook that we perform for some of the OAuth providers e.g. Keycloak needs this. We would need to improve our log out action to send a request to the server on log out as well.
Related Discord question: https://discord.com/channels/686873244791210014/1283013159598428181/1283013159598428181
The text was updated successfully, but these errors were encountered: