summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/authenticates_with_two_factor.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure Warden triggers after_authentication callbackImre Farkas2019-07-261-2/+2
* Remove "You are already signed in" bannerIllya Klymov2019-04-241-7/+0
* Externalize strings in projects controllersMartin Wortschack2019-03-271-3/+3
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Track blocked users and two factor authenticationsGrzegorz Bizon2018-07-231-2/+2
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-0/+3
* [Rails5] Add `raise: false` to skip_before_action in authenticates_with_two_f...blackst0ne-rails5-update-skip-before-action-in-authenticates-with-two-factor-concernblackst0ne2018-04-061-1/+1
* Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'Douwe Maan2018-03-071-0/+1
* Standardize capitalization and statusBrian Neel2017-09-271-2/+2
* # This is a combination of 1 commit.Brian Neel2017-09-271-0/+2
* Delete correct key from `session` after authenticating using U2Fdm-session-delete-challengeDouwe Maan2017-08-111-1/+1
* use the policy stack to protect loginshttp://jneen.net/2017-03-091-4/+3
* 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