Skip to content

JWT Deprecations

Choose a tag to compare

@knownasilya knownasilya released this 11 Jul 13:30
· 26 commits to master since this release

v2.0.0

v2.0 (07/11/2016)

  • Dependencies updated

Breaking Changes

  • tokenOptions now takes on expiration option, expiresIn, which is in seconds.

Features

  • var auth = justAuth({}) now returns auth.createToken(user, rememberMe) as a helper function for testing.