From 4a79dcb8271d9de9d1e34acf2c01cac9d2b0cc2b Mon Sep 17 00:00:00 2001 From: John Shaver Date: Mon, 17 Sep 2018 16:26:41 -0700 Subject: [PATCH] Updated readme. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eaf3f8b..4aaa0a6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# oauthPractice +# OAuth Example 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. +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.