Skip to content

Jason Web Token api update (deprecation warning) #1465

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

Closed

Conversation

Liam-Williams
Copy link

jsonwebtoken: expiresInMinutes and expiresInSeconds is deprecated. Using expiresIn (suggested - which is in seconds) and changing the token 'expiresIn' value to 60 * 60 * 5 (previously expressed in minutes, now expressed in seconds).

jsonwebtoken: expiresInMinutes and expiresInSeconds is deprecated. Using expiresIn (which is seconds) and changing the token expires in value to 60 * 60 * 5 (previously expressed in minutes, now expressed in seconds).
@Awk34
Copy link
Member

Awk34 commented Dec 7, 2015

Thanks. I have fixed this with ecf901.

  1. There were two locations using the deprecated expiresInMinutes
  2. Please conform to the contributing guidelines in the future.

@Awk34 Awk34 closed this Dec 7, 2015
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.

2 participants