From fdec6b2ebc1ae745ec96f0944258f1c15ea0a90d Mon Sep 17 00:00:00 2001 From: John Shaver Date: Tue, 17 Oct 2017 16:03:06 -0700 Subject: [PATCH] Updated readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 212866b..eaf3f8b 100644 --- a/README.md +++ b/README.md @@ -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.