Node Oauth2 Server Versions Save

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js

v3.1.1

3 years ago

Fixes:

  • Bump lodash from 4.17.15 to 4.17.19 (#635)

v3.1.0

3 years ago
  • 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

3 years ago
  • Update all dependencies 🎉