Roll xsrf value into session service
Rather than using a separate named value to keep track of the current CSRF token, simply treat this as part of the session state.
Showing
Please register or sign in to comment
Rather than using a separate named value to keep track of the current CSRF token, simply treat this as part of the session state.