module TokenAuthenticateMe
This module provides cookie based session authentication for server rendered pages. If using this module, make sure CSRF is enabled to prevent CSRF attacks.
Constants
- UUID_REGEX
- VERSION
Public Instance Methods
configuration()
click to toggle source
# File lib/token_authenticate_me.rb, line 33 def configuration Configuration.instance end
configure() { |configuration| ... }
click to toggle source
# File lib/token_authenticate_me.rb, line 29 def configure yield configuration end