node-oauth2-server

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

MIT License

Downloads
884K
Stars
4K
Committers
50

Bot releases are visible (Hide)

node-oauth2-server - v3.1.1 Latest Release

Published by thomseddon over 4 years ago

Fixes:

  • Bump lodash from 4.17.15 to 4.17.19 (#635)
node-oauth2-server - v3.1.0

Published by thomseddon over 4 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
node-oauth2-server - v3.0.2

Published by thomseddon over 4 years ago

  • Update all dependencies 🎉