Skip to content

Releases: jalgoarena/JAlgoArena-Auth

v2.1

09 Jun 16:59
Compare
Choose a tag to compare
- test fixes

v2.0.2

04 Jun 16:34
Compare
Choose a tag to compare
- add pm2 windows files

JAlgoArena 2.0

10 Apr 19:59
Compare
Choose a tag to compare
v2.0.0

remove port from run script (it uses random - first available)

v1.0.14: - bug fixes

30 Jan 10:28
Compare
Choose a tag to compare
- fix run.sh script

v1.0.13: - remove CORS

28 Jan 18:30
Compare
Choose a tag to compare
- CORS is supported through API Gateway

v1.0.12: - new feature

28 Jan 10:57
Compare
Choose a tag to compare
- removing db with hardcoded admin from source code
- adding user on first run of service

v1.0.11: - new features (ADMIN)

20 Jan 12:31
Compare
Choose a tag to compare
- allow admin to update user details

v1.0.10: - bug fixes

16 Jan 08:23
Compare
Choose a tag to compare
- add user data when user is successfully logged in, returning just token doesn't make sense as it requires additional request for user data ...
- improve handling error cases when email or username already exist

v1.0.9: - bug fixes

08 Jan 15:53
Compare
Choose a tag to compare
- signup response shouldn't contain password hash

v1.0.8

08 Jan 13:09
Compare
Choose a tag to compare
- rewrite whole authentication engine
- move login endpoint under POS…