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
I'm using the oAuth2 plugin with "@nuxtjs/auth": "^4.9.1"; When I logout on the client I'm redirected to the login page. My cookie is deleted and I'm on the client site no longer logged in. But on the server site I'm still logged in. Because when I try to login I'm redirected to the main page. Without entering my credentials. When I display the documentation (https://auth.nuxtjs.org/schemes/oauth2.html#options) there is no logout endpoint setting.
Is there an easy way to fix this?
Best regards,
Ralph
The text was updated successfully, but these errors were encountered:
hello
i'have a problem with '@nuxtjs/auth-next' with keaycloak, the function this.$auth.loginWith('keycloak') => this function works correctly, but the other functions do not: they return nothing or null. can you help me ? Have you a complet sample code ?
Hello,
I'm using the oAuth2 plugin with "@nuxtjs/auth": "^4.9.1"; When I logout on the client I'm redirected to the login page. My cookie is deleted and I'm on the client site no longer logged in. But on the server site I'm still logged in. Because when I try to login I'm redirected to the main page. Without entering my credentials. When I display the documentation (https://auth.nuxtjs.org/schemes/oauth2.html#options) there is no logout endpoint setting.
Is there an easy way to fix this?
Best regards,
Ralph
The text was updated successfully, but these errors were encountered: