Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Duplicacy #964

Open
Mr-mahato opened this issue Mar 27, 2024 · 0 comments
Open

Documentation Duplicacy #964

Mr-mahato opened this issue Mar 27, 2024 · 0 comments

Comments

@Mr-mahato
Copy link

Description

As i was going through the jsonwebtoken documentation , i saw that there is a part which is repeated twice , This is present in the Usage where its telling about expiresIn and not-before part , I found that part is repeated twice is it a typo error or its right ?

expiresIn: expressed in seconds or a string describing a time span vercel/ms.
Eg: 60, "2 days", "10h", "7d". A numeric value is interpreted as a seconds count. If you use a string be sure you provide the time units (days, hours, etc), otherwise milliseconds unit is used by default ("120" is equal to "120ms").

notBefore: expressed in seconds or a string describing a time span vercel/ms.
Eg: 60, "2 days", "10h", "7d". A numeric value is interpreted as a seconds count. If you use a string be sure you provide the time units (days, hours, etc), otherwise milliseconds unit is used by default ("120" is equal to "120ms").

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

No branches or pull requests

1 participant