1.6.0-RELEASE
OhadR
released this
04 Jun 09:31
·
184 commits
to master
since this release
This release contains bugfixes and some major enhancements. All changes are in 'authentication-flows'.
After #15 in the previous release, the road was ready to fully support GAE (#26)
- #2 create account: confirm "retype passwrod" equal to "password"
- #5 use "authorities" for authorization …
- #22 in GAE, after login, user is redirect to change password
- #23 username is case-sensitive
- #25 support layers model
- #26 support Google AppEngine
- #28 create account: validate that "username" is a valid email.
- #29 'create account': can create already-existing account
- #30 change/set-new password: confirm "retype passwrod" equal to "password" … ……
- #31 content of email: read from file + configurabilitization
auth-flows is available from Maven Central:
<dependency>
<groupId>com.ohadr</groupId>
<artifactId>authentication-flows</artifactId>
<version>1.6.0-RELEASE</version>
</dependency>