Skip to content

Commit fa43016

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a2995e4 + 9721590 commit fa43016

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Sample Banner](views/Sample.png)][ss1]
2+
13
## OAuth 2.0 - Python 3 Sample App
24

35
The [Intuit Developer team](https://developer.intuit.com) has written this OAuth 2.0 Sample App in Python 3.5 with Django 1.10 to provide working examples of OAuth 2.0 concepts, and how to integrate with Intuit endpoints.
@@ -116,4 +118,6 @@ This services.py file contains all of the core logic of the application. Mainly,
116118
This app stores all the tokens and user information in the session. For production ready app, tokens should be encrypted and stored in a database.
117119

118120
### Discovery document
119-
The app calls the discovery API during starup and loads all the endpoint urls. For production ready app, make sure to run this API once a day to get the latest urls.
121+
The app calls the discovery API during startup and loads all the endpoint urls. For production ready app, make sure to run this API once a day to get the latest urls.
122+
123+
[ss1]: https://help.developer.intuit.com/s/samplefeedback?cid=9010&repoName=OAuth2PythonSampleApp

views/Callout.png

16 KB
Loading

views/Sample.png

15.3 KB
Loading

0 commit comments

Comments
 (0)