Skip to content

Releases: oauthjs/node-oauth2-server

v3.1.1

14 Jul 18:28
0bbdcfe
Compare
Choose a tag to compare

Fixes:

  • Bump lodash from 4.17.15 to 4.17.19 (#635)

v3.1.0

01 Jul 08:14
Compare
Choose a tag to compare
  • new: .npmignore tests
  • fix: validate requested scope on authorize request
  • fix: always issue correct expiry dates for tokens
  • fix: set numArgs for promisify of generateAuthorizationCode
  • fix: Changed 'hasOwnProperty' call in Response
  • docs: Ensure accessTokenExpiresAt is required
  • docs: Add missing notice of breaking change for accessExpireLifetime to migration guide
  • docs: Correct tokens time scale for 2.x to 3.x migration guide
  • readme: Update Slack badge and link
  • readme: Fix link to RFC6750 standard

v3.0.2

24 May 15:00
3dc1843
Compare
Choose a tag to compare
  • Update all dependencies 🎉