Pure JavaScript (ES5.1) OAuth3 implementation for Browsers and Node.js
Go to file
AJ ONeal cecda1c36b Merge branch 'master' of git.daplie.com:Daplie/oauth3.js 2017-01-18 22:56:38 +00:00
README.md add brief README.md 2017-01-17 22:46:01 -05:00
oauth3.core.js ignore 'undefined' rather than stringify 2017-01-18 16:24:30 -05:00
oauth3.jquery.js add jquery wrapper 2017-01-18 22:56:07 +00:00
oauth3.js fix regression - re-export querystringify 2017-01-18 16:01:17 -05:00

README.md

oauth3.js

Public utilities for browser and node.js:

  • querystringify(query)
  • stringifyscope(scope)

URL generation:

  • authorizationCode
  • authorizationRedirect
  • implicitGrant
  • loginCode
  • resourceOwnerPassword