Skip to content

Commit d1c1946

Browse files
matt3olepture
authored andcommitted
Updated OAuth2 example links in oauth2.rst (lepture#288)
Adds a link to the github test folder for the OAuth2 server example. The information there appears to be a lot more up to date than those in the mentioned resources.
1 parent 663a7ea commit d1c1946

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/oauth2.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ The ``request`` has an additional property ``oauth``, it contains at least:
490490
Example for OAuth 2
491491
-------------------
492492

493-
Here is an example of OAuth 2 server: https://github.com/lepture/example-oauth2-server
493+
An examplary server (and client) can be found in the tests folder: https://github.com/lepture/flask-oauthlib/tree/master/tests/oauth2
494494

495-
Also read this article http://lepture.com/en/2013/create-oauth-server.
495+
Other helpful resources include:
496+
- Another example of an OAuth 2 server: https://github.com/lepture/example-oauth2-server
497+
- An article on how to create an OAuth server: http://lepture.com/en/2013/create-oauth-server.

0 commit comments

Comments
 (0)