nuxt-iam
nuxt-iam copied to clipboard
Hello The problem is that it logout in a short time as if the token update does not work. This is annoying for the user Do you have a solution...
Hello Problem with csrf_token and Reauthentication. When we are doing attempt reauthentication we create new user session (createUserSession) and change csrf_token. That so form submit failed because request include an...
Hello. In file \server\middleware\iam\authentication\index.ts we call 2 functions: - const authenticated = await isAuthenticated(event) - await getUserFromAccessToken(event) In first function we setCookie if we reauthenticate user: `setCookie(event, 'iam-access-token', 'Bearer '...