-
- Downloads
Extract Workhorse <-> GitLab authentication to make it reusable
Introduce JWTAutheticatable module that can be reused for ai=uthtication between Pages and GitLab (the same way we use do now for Workhorse). Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
Showing
- lib/gitlab/jwt_authenticatable.rb 42 additions, 0 deletionslib/gitlab/jwt_authenticatable.rb
- lib/gitlab/workhorse.rb 2 additions, 26 deletionslib/gitlab/workhorse.rb
- spec/lib/gitlab/jwt_authenticatable_spec.rb 93 additions, 0 deletionsspec/lib/gitlab/jwt_authenticatable_spec.rb
- spec/lib/gitlab/workhorse_spec.rb 0 additions, 51 deletionsspec/lib/gitlab/workhorse_spec.rb
lib/gitlab/jwt_authenticatable.rb
0 → 100644
spec/lib/gitlab/jwt_authenticatable_spec.rb
0 → 100644
Please register or sign in to comment