v1.6.45
- When a user account is removed (soft or hard delete) from the database, it was possible to receive new sets of valid tokens using an existing valid refresh token.
ValidateAuthID
will now validate the authID against the database record to ensure that the user account is still active in the system. - If refreshing the tokens over the
Refresh
endpoint is not possible (because of invalid refresh token, or non-existing user), API will delete existing JWTs from the cookies of the client device.
Full Changelog: v1.6.44...v1.6.45