You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1502: Fixes the expiresAt UNIX timestamp used for tenant token generation from miliseconds to seconds r=bidoubiwa a=roy9495
# Pull Request
## Related issue
Fixes#1495
## What does this PR do?
- In src/token.ts changes this function exp: expiresAt?.getTime() such that its output changes from milliseconds to unixtime
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: TATHAGATA ROY <[email protected]>
0 commit comments