JWT Deprecations
v2.0.0
v2.0 (07/11/2016)
- Dependencies updated
Breaking Changes
tokenOptionsnow takes on expiration option,expiresIn, which is in seconds.
Features
var auth = justAuth({})now returnsauth.createToken(user, rememberMe)as a helper function for testing.