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

Safe again Cross Site Request Forgery (CSRF)? #82

Open
selfire1 opened this issue Apr 16, 2024 · 2 comments
Open

Safe again Cross Site Request Forgery (CSRF)? #82

selfire1 opened this issue Apr 16, 2024 · 2 comments

Comments

@selfire1
Copy link

Hi, thank you for your work on this module!

I'm quite new to Auth solutions, and saw projects use a state, or a baseUrl to protect against Cross Site Request Forgery (CSRF). I couldn't immediately see such a check implemented here, but I'm sure I'm missing something. Would you be just willing to lay out how this module handles CSRF?

Copy link
Owner

Atinux commented Apr 17, 2024

Actually we don't implement it as we don't handle form submission in this module with custom login/password.

You need to implement it yourself. Could you share the project using it?

@selfire1
Copy link
Author

Good to know! It's a private repo, so I just invited you to collaborate.

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

No branches or pull requests

2 participants