DEV: Provide method for auth plugins to generate a CSRF token

This commit is contained in:
David Taylor 2019-08-13 01:13:08 +01:00
parent 4ed517a344
commit 923c46f5df
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ class CSRFTokenVerifier
end
end
public :form_authenticity_token
private
attr_reader :request