Skip to content

Commit

Permalink
feat: add mfa recipe and info endpoint (#45)
Browse files Browse the repository at this point in the history
* feat: add mfa recipe and info endpoint

* feat: update loginmethods response type to support mfa

* chore: update changelog

* feat: add 403 response to sign in/up apis

* feat: update to match latest FDI

* feat: add TOTP

* feat: add better qrCodeString example

* feat: update TOTP interface
  • Loading branch information
porcellus authored Mar 12, 2024
1 parent f89c645 commit dc946ca
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [1.19.0] - 2023-10-XX

### Added

- Added `PUT` `/{apiBasePath}/mfa/info` to query information about MFA factors
- Updated loginmethods (`{apiBasePath}/loginmethods`) response type to include a list of first factors

## [1.18.0] - 2023-08-XX

### Changed
Expand Down
Loading

0 comments on commit dc946ca

Please sign in to comment.