Releases: opticSquid/hangout-auth-api
Releases · opticSquid/hangout-auth-api
Fixed cors config to allow DELETE request from client
What's Changed
- Fixes cors config to allow delete request from client. Changes CI/CD pipeline by @opticSquid in #94
Full Changelog: v2.2.0...v2.2.1
Moved instrumentations from micrometer to otel
What's Changed
- Moved instrumentations to native open telemetry by @opticSquid in #92
- fixed docker file by @opticSquid in #93
Full Changelog: v2.1.5...v2.2.0
Adds user id as a part of auth response
What's Changed
- Feature/add user id auth response by @opticSquid in #91
Full Changelog: v2.1.4...v2.1.5
Centralized getDeviceDetail function
What's Changed
- Centralized the getDeviceDetail function by @opticSquid in #90
Full Changelog: v2.1.3...v2.1.4
logging device differ
Fixes the way devices are tracked in boh ipv6 and ipv4
What's Changed
- Fixes the way devices are tracked because ipv6 assigns multiple ip addresses to a device. by @opticSquid in #88
Full Changelog: v2.1.1...v2.1.2
FIxed the bug getting incorrect user ip address through proxy servers
Made Jwt token expiry configurable. Added exception handler to handle expired JWT token
What's Changed
- makes the jwt token expiry time configurable by @opticSquid in #82
- Added a exception handler for handling exceptions on using expired jwt tokens by @opticSquid in #83
Full Changelog: v2.0.5...v2.1.0
Fixed cors errors. Now integrated to frontend
What's Changed
- Fixes cors error. integrated to frontend. by @opticSquid in #80
Full Changelog: v2.0.4...v2.0.5