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

docs: Add note to readme about session API route #166

Merged
merged 3 commits into from
Sep 11, 2024
Merged

docs: Add note to readme about session API route #166

merged 3 commits into from
Sep 11, 2024

Conversation

rudokemper
Copy link
Contributor

Closes #165.

Adds a note to the README describing the api/_auth/session API route used by Nuxt Auth Utils, and cautioning that middleware should not be applied to this route.

Justification: it would have saved me some time to know about this route when I was debugging why my implementation of Nuxt Auth Utils was not working properly. (And it seems that others besides me may have had this issue, cf #111)

@rudokemper rudokemper changed the title Add note to readme about session API route docs: Add note to readme about session API route Sep 9, 2024
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@atinux atinux merged commit ddf38c1 into atinux:main Sep 11, 2024
3 checks passed
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.

Middleware can interfere with api/_auth/session endpoint
2 participants