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
The authentication works but as soon as I am passing more then one token to the session.user the login breaks and the session.user remains "undefined":
When I am removing all but one token from the OAuth2 Configuration the object is passed as expected:
Any clues why this happens? I assume this has to do with the size of the passed cookie / HTTP headers, but I do not know how to verify this assumption.
The text was updated successfully, but these errors were encountered:
I am trying to add authentication for AWS cognito with sk-auth.
This is my current
src/lib/appAuth.ts
fileI am testing the login with this index.svelte file
The authentication works but as soon as I am passing more then one token to the session.user the login breaks and the session.user remains "undefined":
When I am removing all but one token from the OAuth2 Configuration the object is passed as expected:
(
src/lib/appAuth.ts
)Any clues why this happens? I assume this has to do with the size of the passed cookie / HTTP headers, but I do not know how to verify this assumption.
The text was updated successfully, but these errors were encountered: