-
- Downloads
Merge branch '34141-allow-unauthenticated-access-to-the-users-api' into 'master'
Allow unauthenticated access to the `/api/v4/users` API Closes #34141 See merge request !12445
No related branches found
No related tags found
Showing
- app/finders/users_finder.rb 2 additions, 2 deletionsapp/finders/users_finder.rb
- app/policies/base_policy.rb 7 additions, 0 deletionsapp/policies/base_policy.rb
- app/policies/global_policy.rb 12 additions, 2 deletionsapp/policies/global_policy.rb
- app/policies/user_policy.rb 0 additions, 7 deletionsapp/policies/user_policy.rb
- changelogs/unreleased/34141-allow-unauthenticated-access-to-the-users-api.yml 4 additions, 0 deletions...d/34141-allow-unauthenticated-access-to-the-users-api.yml
- lib/api/users.rb 20 additions, 6 deletionslib/api/users.rb
- spec/policies/global_policy_spec.rb 34 additions, 0 deletionsspec/policies/global_policy_spec.rb
- spec/requests/api/users_spec.rb 50 additions, 5 deletionsspec/requests/api/users_spec.rb
spec/policies/global_policy_spec.rb
0 → 100644
Please register or sign in to comment