Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| # Comments removed for brevity | |
| # No need to declare which submodules are in use beforehand | |
| Rails.application.config.sorcery.configure do |config| | |
| config.not_authenticated_action = :not_authenticated | |
| config.save_return_to_url = true | |
| config.cookie_domain = nil | |
| config.remember_me_httponly = true | |
| config.token_randomness = 15 |
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| HTTP status code symbols for Rails | |
| Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
| Status Code Symbol | |
| 1xx Informational | |
| 100 :continue | |
| 101 :switching_protocols | |
| 102 :processing |