1. 06 7月, 2017 1 次提交
    • T
      Implement "remember me" for OAuth-based login. · 633793cf
      Timothy Andrew 提交于
      - 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.
      633793cf
  2. 03 7月, 2017 14 次提交
  3. 02 7月, 2017 3 次提交
  4. 01 7月, 2017 9 次提交
  5. 30 6月, 2017 13 次提交