Replies: 3 comments 4 replies
-
Has this been implemented yet? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone who'd came across this question next-auth/packages/core/src/lib/index.ts Line 190 in 8b38d32 |
Beta Was this translation helpful? Give feedback.
4 replies
-
any update on this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description 📓
Currently it's not possible to use next-auth without a CSRF token. This makes it impossible to use your next-auth powered API outside a next app. CSRF token's are only used for web app requests bc their point is to protect against XSS attacks.
How to reproduce ☕️
Try to submit an api request without an CSRF token.
Contributing 🙌🏽
Yes, I am willing to help implement this feature in a PR
Beta Was this translation helpful? Give feedback.
All reactions