Skip to content

Commit

Permalink
feat: update loginmethods response type to support mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 13, 2023
1 parent ed74c7f commit 911ddbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added an endpoint to query information about MFA factors
- Updated loginmethods response type to include a list of first factors

## [1.18.0] - 2023-08-XX

Expand Down
4 changes: 4 additions & 0 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,10 @@ paths:
enabled:
type: boolean
example: true
firstFactors:
type: array
items:
type: string
- $ref: '#/components/schemas/generalErrorResponse'
'404':
$ref: '#/components/responses/404'
Expand Down

0 comments on commit 911ddbf

Please sign in to comment.