Pure JavaScript (ES5.1) OAuth3 implementation for Browsers and Node.js
Go to file
AJ ONeal 3195b52dce add oauth3.js even though it has browser-specific code 2017-01-18 10:25:13 -05:00
README.md add brief README.md 2017-01-17 22:46:01 -05:00
oauth3.core.js jwk is already the standard for public key ;) 2017-01-18 04:37:54 -05:00
oauth3.js add oauth3.js even though it has browser-specific code 2017-01-18 10:25:13 -05:00

README.md

oauth3.js

Public utilities for browser and node.js:

  • querystringify(query)
  • stringifyscope(scope)

URL generation:

  • authorizationCode
  • authorizationRedirect
  • implicitGrant
  • loginCode
  • resourceOwnerPassword