Refactoring Gitlab::Geo::OauthSession class
The Gitlab::Geo::OauthSession has a lot of responsibilities, this changes extracts each responsability into a proper class: - GitLab::Geo::Oauth::Session - GitLab::Geo::Oauth::LoginState - GitLab::Geo::Oauth::LogoutState - GitLab::Geo::Oauth::LogoutToken - GitLab::ReturnToLocation
Showing
Please register or sign in to comment