-
Notifications
You must be signed in to change notification settings - Fork 0
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` /stages/identification/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ##### `PUT` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ##### `PATCH` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ##### `GET` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-identification` component: * Added property `captcha_stage` (object) > Site public key * Property `flow_info` (object) > Contextual flow information for a challenge * Property `title` (string) * Property `background` (string) * Property `cancel_url` (string) * Property `layout` (string) Enum values: * `stacked` * `content_left` * `content_right` * `sidebar_left` * `sidebar_right` * Property `component` (string) * Property `response_errors` (object) * Property `pending_user` (string) * Property `pending_user_avatar` (string) * Property `site_key` (string) * Property `js_url` (string) ##### `POST` /flows/executor/{flow_slug}/ ###### Request: Changed content type : `application/json` Updated `ak-stage-identification` component: * Added property `captcha_token` (string) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-identification` component: * Added property `captcha_stage` (object) > Site public key ##### `POST` /stages/identification/ ###### Request: Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. ##### `GET` /stages/identification/ ###### Parameters: Added: `captcha_stage` in `query` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > IdentificationStage Serializer * Added property `captcha_stage` (string) > When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage.
- Loading branch information
1 parent
3fb4158
commit 17513f2
Showing
14 changed files
with
78 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "authentik-client" | ||
version = "3.2024083.9" | ||
version = "3.2024083.10" | ||
authors = ["[email protected]"] | ||
description = "Making authentication simple." | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters