summaryrefslogtreecommitdiff
path: root/spec/controllers/sessions_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix: 24982- Remove'Signed in successfully' messagejnoortheen2016-12-071-1/+0
* Restrict failed login attempts for users with 2FASean McGivern2016-10-041-0/+38
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+23
* Add a U2F-specific audit log entry after logging in.Timothy Andrew2016-06-061-1/+25
* Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher2016-06-021-1/+1
|\
| * Fix a broken specConnor Shea2016-05-301-1/+1
* | Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-0/+21
|/
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-3/+3
* Make sessions controller specs more explicitGrzegorz Bizon2016-04-071-4/+5
* Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon2016-04-071-35/+42
* Add specs for sessions controller including 2FAGrzegorz Bizon2016-04-061-0/+93