-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Upgrade auth-service version to 2.0.0
- Loading branch information
1 parent
532e0de
commit 5ecad93
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
## 2.0.0 (June 4, 2024) | ||
|
||
### New: | ||
|
||
- Add support for passkeys. | ||
- Passkeys are default Authentication Strategy while authenticating. | ||
- Implement Role Based Access Control (RBAC) to authorize user based on the Account Type. | ||
- Add restrictions to account such as not issuing security tokens or register passkeys for authentication if the account is suspended. | ||
- Add routes to get most secure authentication strategy for an account during authentication. | ||
- Add ability to restrict the creation of new Account if the account requesting do not have authority to create new accounts. | ||
|
||
### Fix: | ||
|
||
- Fix an issue in which the unauthenticated and unauthorized account was able to register passkeys | ||
|
||
### Miscellaneous: | ||
|
||
- Rename accounts/signin route to accounts/authenticate | ||
- Rename accounts/signup route to accounts/new for creating new accounts. | ||
|
||
## 1.0.0 (May 22, 2024) | ||
|
||
Initial Public Release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters