-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# VAuthenticator 0.4 | ||
|
||
## :star: New Features | ||
|
||
- password strength policy [#39](https://github.com/VAuthenticator/vauthenticator/issues/39) | ||
- phone number mask in sign up form [#52](https://github.com/VAuthenticator/vauthenticator/issues/52) | ||
- Key management [#37](https://github.com/VAuthenticator/vauthenticator/issues/37) | ||
- Email MFA first iteration [#43](https://github.com/VAuthenticator/vauthenticator/issues/43) | ||
- add supported scopes in the /.well-known/openid-configuration endpoint [#49](https://github.com/VAuthenticator/vauthenticator/issues/49) | ||
- move front end in a dedicated section [#58](https://github.com/VAuthenticator/vauthenticator/issues/58) | ||
- improve MFA token management [#62](https://github.com/VAuthenticator/vauthenticator/issues/62) | ||
|
||
## :hammer: Dependency Upgrades | ||
|
||
- upgrade spring authorization server [#55](https://github.com/VAuthenticator/vauthenticator/issues/55) | ||
|
||
|
||
## :beetle: Bugs | ||
|
||
- make only user name and password as required in sign up process [#59](https://github.com/VAuthenticator/vauthenticator/issues/59) | ||
- sign up page ui fix [#40](https://github.com/VAuthenticator/vauthenticator/issues/40) | ||
- client application registration [#41](https://github.com/VAuthenticator/vauthenticator/issues/41) | ||
|
||
## :heart: Contributor | ||
|
||
- [@mrflick72](https://github.com/mrFlick72) | ||
|