From 386abb91210873167a98e4d8de0a24fbaaae0171 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 17 Jan 2017 22:46:01 -0500 Subject: [PATCH] add brief README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c1237e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +oauth3.js +========= + +Public utilities for browser and node.js: + +* `querystringify(query)` +* `stringifyscope(scope)` + +URL generation: + +* `authorizationCode` +* `authorizationRedirect` +* `implicitGrant` +* `loginCode` +* `resourceOwnerPassword`