add brief README.md

This commit is contained in:
AJ ONeal 2017-01-17 22:46:01 -05:00
parent ef303aa2bc
commit 386abb9121
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
oauth3.js
=========
Public utilities for browser and node.js:
* `querystringify(query)`
* `stringifyscope(scope)`
URL generation:
* `authorizationCode`
* `authorizationRedirect`
* `implicitGrant`
* `loginCode`
* `resourceOwnerPassword`