-
- Downloads
Merge branch '61927-internal-api-jwt-auth' into 'master'
Extract Workhorse <-> GitLab JWT authentication to make it reusable See merge request gitlab-org/gitlab-ce!32623
No related branches found
No related tags found
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