Skip to content

Releases: jalgoarena/JAlgoArena-Auth

v1.0.7: - change REST API

08 Jan 07:35
Compare
Choose a tag to compare
- simplify login and signup endpoints to
- POST /api/login and POST /api/signup

v1.0.6: Simplify codebase

07 Jan 18:04
Compare
Choose a tag to compare
- remove unused refresh token endpoint and logic

v1.0.5: Fix security issues

07 Jan 17:47
Compare
Choose a tag to compare
- fix issue, to allow access for /api/users only to ADMIN
- add unit test for accessing secured GET /api/users endpoint (only by ADMIN)

v1.0.4: small update

04 Jan 11:33
Compare
Choose a tag to compare
- use nohup to run service in background

v1.0.3: - concept fixes

03 Jan 07:13
Compare
Choose a tag to compare
- make tokens work for at least 1 month

v1.0.2: - fix logback configuration

31 Dec 09:07
Compare
Choose a tag to compare
- add semantic versioning - provide PATCH number to version
- remove jar version to reuse standard version
- make both Procfile and run.sh to run jar with * - version agnostic
- add app.json data