-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
0ca53cd
commit 211427c
Showing
16 changed files
with
557 additions
and
23 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.