Skip to content

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Oct 17, 2023

Auth metadata included in the JWT sent to Auth Blocking functions may include fields last_sign_in_time and creation_time.

Values of these fields are sent as miliseconds since epoch. The SDK incorrectly assumes that they are seconds since epoch.

Unfortunately, this information is not publicly documented, but I was able to verify the fix in production.

Fixes: #1468

@taeold taeold requested a review from blidd-google October 17, 2023 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AuthUserMetadata has invalid timestamp format
2 participants