-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: invalidate all older sessions #110
base: main
Are you sure you want to change the base?
Conversation
* fix: cache for enrollment * fix: cache * fix: cache * removed usage of octokit webhook * fixes * fix build --------- Co-authored-by: pandeymangg <[email protected]>
A new cookie name is used for sessions, so all older sessions will no longer be valid. I could not really test this, cause there is a ton of required env variables, but I checked the source for nextauth and it should work ™️
@chronark is attempting to deploy a commit to the formbricks Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
yeah I tried this but we then need to check for and handle invalid sessions which led to some secondary issues and I didn't have the time to handle that properly. Will look into it over the weekend |
Old sessions shouldn't be an issue |
A new cookie name is used for sessions, so all older sessions will no longer
be valid.
I could not really test this, cause there is a ton of required env variables,
but I checked the source for nextauth and it should work ™️
I didn't run prettier, cause it formatted a lot of unrelated files, which would pollute the PR