Cross Site Request Forgery Token Interface #8

Open
opened 2021-06-25 09:24:07 -05:00 by glm94 · 1 comment
Owner

A way to get CSRF tokens should be implemented, this way the client can get one and not worry about managing it. These tokens will need to be treated a bit different than a standard session token of course, so their expiration times should be much shorter.

A way to get CSRF tokens should be implemented, this way the client can get one and not worry about managing it. These tokens will need to be treated a bit different than a standard session token of course, so their expiration times should be much shorter.
glm94 added the enhancement label 2021-06-25 09:24:07 -05:00
Author
Owner

The endpoint for this and just about anything like it should probably be guarded by requiring a signed API key, not just allowing an end user that's logged in to fetch tokens as they please.

The endpoint for this and just about anything like it should probably be guarded by requiring a signed API key, not just allowing an end user that's logged in to fetch tokens as they please.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: glm94/secure-core#8