Releases: ogarcia/rockpass
Releases · ogarcia/rockpass
0.10.0
0.9.0
Adapts the code to update diesel to v2
0.8.0
Fixes password profile saving from mobile applications - A workaround is added so that mobile applications do not crash when sending a new password profile. - Adds /auth/users/me/ endpoint that returns information about the user.
0.7.1
Bump version to 0.7.1
0.7.0
Migrate to GitLab
0.6.0
Response always in JSON format.
0.5.0
Improve tokens and update Rocket
- Now the access and refresh tokens are different and have their own lifetime each.
- Updated code to use Rocket v0.5.
0.4.1
Remove autoincrement columns from database.
0.4.0
0.3.0
Support multiple tokens by user
- Now you can login from multiple clients at the same time, a new token is created for each login.
- At login time, expired tokens are removed.
- If you change your password, all tokens are removed and all sessions are closed.