method
global_csrf_token
v8.1.1 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
global_csrf_token(session = nil)private
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 590
def global_csrf_token(session = nil) # :doc:
csrf_token_hmac(session, GLOBAL_CSRF_TOKEN_IDENTIFIER)
end