You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current logic generates and returns new, unique tokens for every accessed URI lazily, but they are only injected into forms or src and href attributes by the injectTokens method. This way a large SPA application using exclusively XHR requests would only make use of one single (session) token.
The text was updated successfully, but these errors were encountered:
The current logic generates and returns new, unique tokens for every accessed URI lazily, but they are only injected into
forms
orsrc
andhref
attributes by theinjectTokens
method. This way a large SPA application using exclusively XHR requests would only make use of one single (session) token.The text was updated successfully, but these errors were encountered: