Updated readme.

This commit is contained in:
John Shaver 2017-10-17 16:03:06 -07:00
parent afe7e2d63d
commit fdec6b2ebc
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# 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.
A simple library and example page to demonstrate implicit oauth authorization.
I may add other authorization strategies at some point, but I'm still figuring
out the easiest way to make the server-side stuff work. Please don't use this
library in production. 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.