Skip to content

Releases: opticSquid/hangout-auth-api

Turning on micrometer by default

24 Oct 02:08
940f4a9

Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

Ip Test

20 Oct 03:49
6600eb2

Choose a tag to compare

Merge pull request #108 from opticSquid/fix/ip

trying to see which ip it is picking up

Rmoves Gender from User info and adjusts cookie params to work in cloud envs

29 Sep 18:09
f3def18

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

Moving telemetry to grpc from http

12 Jul 20:46
21a98f8

Choose a tag to compare

What's Changed

Full Changelog: v2.3.7...v2.4.0

Adds a cookie to override the refresh token client side and expire immidietly on logout

12 Jul 12:35
0603c5f

Choose a tag to compare

What's Changed

Full Changelog: v2.3.6...v2.3.7

Adds field in response to indicate if the device is trusted or not

12 Jul 11:37
ffeb962

Choose a tag to compare

What's Changed

  • Adds an extra feild in result to indicate if the device is trusted or not. also limits the message values by @opticSquid in #101

Full Changelog: v2.3.5...v2.3.6

Moving trust device to user controller

11 Jul 19:29
2362c82

Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

Adds domain to cookie

11 Jul 09:58
1be71b8

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

Fixed cors errors

11 Jul 08:02
337ddf7

Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

Access token, Refresh Token flow changed.

04 Jul 10:17
efba4fe

Choose a tag to compare

Change Log

  • All routes which can be accessed by normal user has been moved to /auth base route. So, now
    • Signup
    • Verify
    • Login
    • Trust Device
    • Renew
      these all routes come under /auth base route.
  • When logging in or renewing token,
    • accessToken is now sent as a part of response body
    • refresh-token is sent as a HTTP only cookie, max age set at expiration of the token and path set to renew token path.
    • this is done so that when renew token request is sent browser automatically attaches the cookie to the request without the intervention of the client.
    • the cookie is set to http only so that client side javascript can not read it.
    • the cookie is set to SameSite: Strict so that this token can not be passed to other sites.

Main Branch History

Full Changelog: v2.2.1...v2.3.2