gitlab-org--gitlab-foss/app/views/devise
Timothy Andrew 633793cf47 Implement "remember me" for OAuth-based login.
- Pass a `remember_me` query parameter along with the initial OAuth request, and
  pick this parameter up during the omniauth callback from
  request.env['omniauth.params']`.

- For 2FA-based login, copy the `remember_me` param from `omniauth.params` to
  `params`, which the 2FA process will pick up.

- For non-2FA-based login, simply call the `remember_me` devise method to set
  the session cookie.
2017-07-06 06:29:58 +00:00
..
confirmations Remove confirmation.scss 2016-12-06 09:18:17 -06:00
mailer use common devise layout and use heading style 2017-06-13 22:36:45 +02:00
passwords Resolve ""Username or email" label on login form does not point to its corresponding input field" 2017-05-16 12:13:56 +00:00
registrations Add a page title to every page. 2015-04-30 19:12:15 +02:00
sessions Resolve ""Username or email" label on login form does not point to its corresponding input field" 2017-05-16 12:13:56 +00:00
shared Implement "remember me" for OAuth-based login. 2017-07-06 06:29:58 +00:00
unlocks Change show-gl-field-errors to gl-show-field-errors 2016-11-02 11:35:21 +01:00