-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: implement dev bypass #730
base: develop
Are you sure you want to change the base?
Conversation
Vercel Preview URL 🚀 : https://planner-cphskwr2b-utdnebula.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to bypass auth on preview builds as well
Vercel Preview URL 🚀 : https://planner-l19u9haxa-utdnebula.vercel.app |
Vercel Preview URL 🚀 : https://planner-mp6aqg6m7-utdnebula.vercel.app |
@kamui-fin @cubetastic33 Is this ready for re-review? |
Simply sets a session token as cookie if unable to pull an existing session already (i.e. signed out). This allows quick testing for preview deployments for example, allowing user to skip to /app/home directly with a pre-set test user. May need some tuning depending on how we plan on approach manual testing.