Skip to content

tgstation-server REST API v10.11.0

Compare
Choose a tag to compare
@tgstation-server-ci tgstation-server-ci released this 03 Nov 01:00
bfd9d2e

Full changelog can be found here.

  • Added gatewayOnly to OAuthProviderInfo models. If true, the provider may only be used for gateway authentication. If null, the provider may NOT be used for gateway authentication. (#1997 @Cyberboss)
  • Added endpoint /api/oauth_gateway. POSTing here with the OAuth authentication scheme will respond with a JSON object containing an accessCode for that provider IF the server is configured to allow OAuth gateways. (#1997 @Cyberboss)