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

Add CSRF tokens for API actions #19

Open
5 of 11 tasks
mattdowdell opened this issue Nov 8, 2016 · 0 comments
Open
5 of 11 tasks

Add CSRF tokens for API actions #19

mattdowdell opened this issue Nov 8, 2016 · 0 comments

Comments

@mattdowdell
Copy link
Contributor

mattdowdell commented Nov 8, 2016

Pretty much all API actions should use CSRF token based authentication to improve security.

  • Implement CSRF token functionality (3fe888a).
  • Implement token usage into each controller/action.
    • V1::UsersController (a497430)
    • V1::GroupsController (742e3cf)
    • V1::DevicesController
    • V1::Admin::DevicesController
  • Document token usage on wiki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant