summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/authenticates_with_two_factor.rb
Commit message (Expand)AuthorAgeFilesLines
* Restrict failed login attempts for users with 2FASean McGivern2016-10-041-2/+13
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+1
* Use a single challenge for U2F authentication.Timothy Andrew2016-07-141-4/+3
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-2/+1
* Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-1/+58
* Refactor SessionsController to use a controller concernrs-refactor-2faRobert Speicher2015-05-141-0/+30