Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 3月 11, 2025
  3. 3月 10, 2025
  4. 3月 09, 2025
    • Gerardo Navarro's avatar
      refactor: Add oauth_login_counter before request phase middleware · 9788d7d1
      Gerardo Navarro 创作于
      The omniauth gem allows us to add custom logic to the different
      phases of the OAuth flow.
      
      Currently, the custom logic in the `before_request_phase` increments
      the login counter for the user.
      
      In order to better isolate the custom logic, this commit extracts
      the logic into a separate class.
      
      Changelog: other
      9788d7d1
  5. 3月 08, 2025
  6. 3月 07, 2025
加载中