Skip to content

Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite

Tiago Botelho requested to merge add-jwt-strategy-to-gitlab-suite into master

What does this MR do?

Ports https://github.com/mbleigh/omniauth-jwt onto the GitLab OmniAuth::Strategies suite

Why was this MR needed?

The gem was not actively being developed and we were being affected by a long lasting bug More information can be found in the following links:

Screenshots

  • If there is no account connected to that JWT account in GitLab

Screen_Shot_2018-04-25_at_15.33.44

  • If there is an account connected to that JWT account in GitLab

    • You can connect an account in Settings > Account

Screen_Shot_2018-04-25_at_15.35.33

- Sign up successfully

Screen_Shot_2018-04-25_at_15.36.00

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes 45727

Edited by Tiago Botelho

Merge request reports