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 7, 2024
1 parent ceb95ef commit 389bd6c
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 55 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- 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

- Modified the `AgentManager` trait to accept `HostNetworkGroup` directly
Expand Down
Loading

0 comments on commit 389bd6c

Please sign in to comment.