Skip to content

Commit

Permalink
Add signInWithNewPassword GraphQL API
Browse files Browse the repository at this point in the history
Close #14

Changed `signIn` GraphQL API logic.
- Returns `Err` if `last_signin_time` of `account` is `None`.
  • Loading branch information
henry0715-dev committed Nov 13, 2024
1 parent 808a3c9 commit f59e8ca
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 55 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Added

- Added the `TimeSeriesGenerator` variant to the `AgentKind` enum.
- Added `signInWithNewPassword` GraphQL API for signing in with a new password.
- The `signIn` GraphQL API now returns an error if the account was never
signed in before. This change is part of enhancing account security by
requiring all users to update their passwords upon their first signing in.

### Changed

Expand Down
Loading

0 comments on commit f59e8ca

Please sign in to comment.