Skip to content

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