1.3.3
Changed
jwtExpiresAt
andrefreshTokenExpiresAt
are now returned in milliseconds to make JS validation simpler (this will always end in000
as token expiry is stored in seconds in the database)
jwtExpiresAt
and refreshTokenExpiresAt
are now returned in milliseconds to make JS validation simpler (this will always end in 000
as token expiry is stored in seconds in the database)