tgstation-server REST API v10.11.0
Full changelog can be found here.
- Added
gatewayOnly
to OAuthProviderInfo models. Iftrue
, the provider may only be used for gateway authentication. Ifnull
, the provider may NOT be used for gateway authentication. (#1997 @Cyberboss) - Added endpoint
/api/oauth_gateway
.POST
ing here with the OAuth authentication scheme will respond with a JSON object containing anaccessCode
for that provider IF the server is configured to allow OAuth gateways. (#1997 @Cyberboss)