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

Authentication #96

Closed
Wulfheart opened this issue May 4, 2020 · 3 comments
Closed

Authentication #96

Wulfheart opened this issue May 4, 2020 · 3 comments
Labels
question Further information is requested

Comments

@Wulfheart
Copy link

Is there already an authentication system backed in? I couldn't find anything.

@System-Glitch System-Glitch added the question Further information is requested label May 4, 2020
@System-Glitch
Copy link
Member

@Wulfheart
Copy link
Author

But as far as I can see there is no csrf protection built-in. Am I correct?

@System-Glitch
Copy link
Member

Indeed, CSRF is not needed for REST APIs because they dont use Cookies. If you want to add CSRF, you can use the Gorilla CSRF package as a native middleware.

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

No branches or pull requests

2 participants