Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
test-it
test_oauth2_django
Commits
af29db97
Commit
af29db97
authored
Nov 05, 2017
by
Sharad Heft
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a fancy README.
parent
bb31dc60
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+24
-0
No files found.
README.md
0 → 100644
View file @
af29db97
# TEST OAuth2 for Django
This project aims to provide a simple, plug-and-play method of adding _TEST
Alliance Please Ignore_ OAuth2 authentication to your Django app.
## Installation
You _should_ be able to install the library as follows:
pip install git+ssh://gogs@git.pleaseignore.com:206/sharad/test_oauth2_django.git
Then, add
`test_oauth`
to the list of installed apps in your Django app. Also
add a URL entry for the authentication application:
url(r'^auth/', include('test_oauth.urls', namespace='test_oauth')),
## Settings
There are some additional settings you should add to your Django settings file
but they're pretty self-explanatory:
*
`TEST_OAUTH_CLIENT_ID`
: The client ID of your TEST OAuth2 app.
*
`TEST_OAUTH_CLIENT_SECRET`
: The client secret of your app.
*
`TEST_OAUTH_CLIENT_CALLBACK`
: The _exact_ callback URI of your app.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment