Skip to content

Commit

Permalink
Merge branch 'master' into feat/account_linking
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 13, 2023
2 parents 48fbfb4 + 9a75dd3 commit 046d0df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Unified the type/shape of the user objects across all different responses
- Renamed `createdNewUser` to `createdNewRecipeUser`

## [1.17.1] - 2023-08-31

### Changed

- Updated authorisationurl GET response to match implementation (and plans)

## [1.17.0] - 2023-07-21

### Added
Expand Down
6 changes: 3 additions & 3 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ paths:
properties:
status:
$ref: '#/components/schemas/statusOK'
url:
urlWithQueryParams:
type: string
example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=..
pkceCodeVerifier:
Expand Down Expand Up @@ -1259,7 +1259,7 @@ paths:
properties:
status:
$ref: '#/components/schemas/statusOK'
url:
urlWithQueryParams:
type: string
example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=..
pkceCodeVerifier:
Expand Down Expand Up @@ -1754,7 +1754,7 @@ paths:
properties:
status:
$ref: '#/components/schemas/statusOK'
url:
urlWithQueryParams:
type: string
example: https://providerdomain.com/authorize?client_id=..&scope=..&access_type=..
pkceCodeVerifier:
Expand Down

0 comments on commit 046d0df

Please sign in to comment.