Files
backstage/.changeset/2800.md
T
2020-10-12 09:48:56 +02:00

353 B

@backstage/core, @backstage/core-api
@backstage/core @backstage/core-api
minor minor

Updated the GithubAuth.create method to configure the default scope of the Github Auth Api. As a result the default scope is configurable when overwriting the Core Api in the app.

GithubAuth.create({
  discoveryApi,
  oauthRequestApi,
  defaultScopes: ['read:user', 'repo'],
}),