-
Notifications
You must be signed in to change notification settings - Fork 50
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
New /api/security/csrf
endpoint & updated CSRF docs
#259
Conversation
/api/security/csrf
endpoint & updated CSRF docs
Assigning to @abollini for feedback on this Contract & also whether we should backport this to 7.x as this endpoint (along with minor changes to the Angular UI) fixes this bug DSpace/DSpace#9236 (and that bug also impacts 7.x) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @tdonohue it looks good to me
Merging to |
Successfully created backport PR for |
Documentation for the new
GET /api/security/csrf
endpoint added by DSpace/DSpace#9321GET
) request dspace-angular#2886 and Fixes for #2891 #2889 dspace-angular#2897)Adding more details to the documentation on CSRF Token behavior, by including details on how the User Interface interacts with the REST API with regards to CSRF tokens.