Skip to content

Releases: ogarcia/rockpass

0.9.0

14 Apr 13:10
2b2ba70
Compare
Choose a tag to compare
Adapts the code to update diesel to v2

0.8.0

14 Apr 12:47
16d3861
Compare
Choose a tag to compare
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

14 Apr 12:31
f97861e
Compare
Choose a tag to compare
Bump version to 0.7.1

0.7.0

01 Feb 16:32
d75b87a
Compare
Choose a tag to compare
Migrate to GitLab

0.6.0

24 May 08:31
0aaecfd
Compare
Choose a tag to compare

Response always in JSON format.

0.5.0

22 Mar 16:23
a3859ff
Compare
Choose a tag to compare

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

07 Mar 11:38
9562a04
Compare
Choose a tag to compare

Remove autoincrement columns from database.

0.4.0

18 Oct 16:02
e4f8294
Compare
Choose a tag to compare

Perform token refresh without authorization

If you have a valid token you can perform token refresh in an unauthorized environment. This fix the compatibility with LessPass mobile application.

0.3.0

28 May 15:02
67ff507
Compare
Choose a tag to compare

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.

0.2.1

30 Apr 08:50
5d59204
Compare
Choose a tag to compare

First stable release