From 5f508371c720da18004299ddbb7c25f325a81bcf Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 6 Oct 2022 16:13:39 -0500 Subject: [PATCH] documentation --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b9fd159..951a7c3 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Wordpress OAuth2 Backend Open edX / -=================================== +Wordpress OAuth2 Backend for Open edX +===================================== Overview -------- @@ -9,10 +9,11 @@ A Python Social Auth backend for `WP OAuth `_ this is cus - `Python Social Auth custom backend implentation `_ - `WP Oauth Wordpress Plugin Documentation `_ +This is a strongly-typed implementation that leverages an in-depth knowledge of the WP Oauth return objects +to generate verbose, informative log data in `lms.log <./doc/lms.log>`_ that will help you to quickly get third party authentication +working on your Open edX installation. -`lms.log <./doc/lms.log>`_ - Usage -----