Skip to content
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

Use next auth #1

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Use next auth #1

wants to merge 8 commits into from

Conversation

ky28059
Copy link
Member

@ky28059 ky28059 commented Jul 3, 2023

Currently struggles with weird cache misses from certain pages, and Next Auth might be a contributing factor to the newfound slowness of the dev server (and occasional out-of-memory warnings).

Might be nice to test in a prod-like setting on a preview URL to see if issues are mostly contained to development.

@github-actions
Copy link

github-actions bot commented Jul 3, 2023

Deploy preview for alto ready!

✅ Preview
https://alto-reos5myv0-ky28059.vercel.app

Built with commit 25344d3.
This pull request is being automatically deployed with vercel-action

ky28059 added 2 commits July 2, 2023 22:13
…e using session

Fetches from POST handlers (the auth api route) and dynamic pages (the `/profile` page, because of `getServerSession()`) are not deduped. See vercel/next.js#52077 (comment)
@ky28059 ky28059 marked this pull request as draft July 4, 2023 01:57
@ky28059
Copy link
Member Author

ky28059 commented Jul 4, 2023

Superseded by backend usage of actix-session and f87f8b0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant