Oauth sample created at request of potential employer during interview process.
Go to file
John Shaver afe7e2d63d Got data rending. No classes/styles yet. 2017-10-06 15:30:57 -07:00
static Got data rending. No classes/styles yet. 2017-10-06 15:30:57 -07:00
.gitignore Initial commit 2017-09-28 09:23:55 -07:00
README.md Updated readme 2017-10-05 22:31:13 -07:00
index.js It's a start. 2017-09-28 16:03:15 -07:00
package.json It's a start. 2017-09-28 16:03:15 -07:00

README.md

oauthPractice

A simple library and example page to demonstrate implicit oauth authoriztion. I will probably add other oauth authorization strategies soon each as a separate file in the repository. You probably shouldn't actually use this library in production, as I haven't spent time testing it and have only used it as an example application and to refresh myself on the different oath strategies.