-
- Downloads
Reuse the private token param and header for personal access tokens.
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749#note_11626427 - Personal access tokens are still a separate entity as far as the codebase is concerned - they just happen to use the same entry point as private tokens. - Update tests and documentation to reflect this change
Showing
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- doc/api/README.md 2 additions, 2 deletionsdoc/api/README.md
- lib/api/helpers.rb 2 additions, 2 deletionslib/api/helpers.rb
- spec/controllers/application_controller_spec.rb 3 additions, 3 deletionsspec/controllers/application_controller_spec.rb
Please register or sign in to comment