This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ##### `PUT` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ##### `PATCH` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ##### `POST` /sources/oauth/ ###### Request: Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ##### `GET` /sources/oauth/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > OAuth Source Serializer * Changed property `provider_type` (string) > * `apple` - Apple > * `openidconnect` - OpenID Connect > * `azuread` - Azure AD > * `discord` - Discord > * `facebook` - Facebook > * `github` - GitHub > * `google` - Google > * `mailcow` - Mailcow > * `okta` - Okta > * `patreon` - Patreon > * `reddit` - Reddit > * `twitch` - Twitch > * `twitter` - Twitter ##### `GET` /stages/user_login/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip Enum values: * `no_binding` * `bind_asn` * `bind_asn_network` * `bind_asn_network_ip` * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City Enum values: * `no_binding` * `bind_continent` * `bind_continent_country` * `bind_continent_country_city` ##### `PUT` /stages/user_login/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ##### `PATCH` /stages/user_login/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ##### `POST` /stages/user_login/ ###### Request: Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City ##### `GET` /stages/user_login/ ###### Parameters: Added: `geoip_binding` in `query` > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City Added: `network_binding` in `query` > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > UserLoginStage Serializer * Added property `network_binding` (object) > Bind sessions created by this stage to the configured network > > * `no_binding` - No Binding > * `bind_asn` - Bind Asn > * `bind_asn_network` - Bind Asn Network > * `bind_asn_network_ip` - Bind Asn Network Ip * Added property `geoip_binding` (object) > Bind sessions created by this stage to the configured GeoIP location > > * `no_binding` - No Binding > * `bind_continent` - Bind Continent > * `bind_continent_country` - Bind Continent Country > * `bind_continent_country_city` - Bind Continent Country City
- Loading branch information