Skip to content

Support GraphQL authentication with project tokens

Alex Kalderimis requested to merge ajk-graphql-project-token into master

Addresses #255354 (closed)

this enables authenticating to the GraphQL API with project tokens (which are just PersonalAccessToken objects attached to project_bot users).

  1. Create a project bot
  2. Use that bot's token to make GraphQL requests

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alex Kalderimis

Merge request reports