Pure JavaScript (ES5.1) OAuth3 implementation for Browsers and Node.js
Go to file
AJ ONeal 386abb9121 add brief README.md 2017-01-17 22:46:01 -05:00
README.md add brief README.md 2017-01-17 22:46:01 -05:00
oauth3.core.js move core utils and url gens to own file 2017-01-17 22:29:46 -05:00

README.md

oauth3.js

Public utilities for browser and node.js:

  • querystringify(query)
  • stringifyscope(scope)

URL generation:

  • authorizationCode
  • authorizationRedirect
  • implicitGrant
  • loginCode
  • resourceOwnerPassword