File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ """
3
+ flask_oauthlib
4
+ ~~~~~~~~~~~~~~
5
+
6
+ Flask-OAuthlib is an extension to Flask that allows you to interact with
7
+ remote OAuth enabled applications. It is a replacement for Flask-OAuth.
8
+
9
+ :copyright: (c) 2013 by Hsiaoming Yang.
10
+ :license: BSD, see LICENSE for more details.
11
+ """
2
12
3
13
from . import info
4
14
Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
"""
3
- Flask-OAuthlib
4
- --------------
3
+ flask_oauthlib.client
4
+ ~~~~~~~~~~~~~~~~~~~~~
5
5
6
- Implemnts OAuth1 and OAuth2 support for Flask.
6
+ Implemnts OAuth1 and OAuth2 support for Flask.
7
7
8
- :copyright: (c) 2013 by Hsiaoming Yang.
8
+ :copyright: (c) 2013 by Hsiaoming Yang.
9
9
"""
10
10
11
11
import urllib2
Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
"""
3
- Flask-OAuthlib
4
- --------------
3
+ flask_oauthlib.provider
4
+ ~~~~~~~~~~~~~~~~~~~~~~~
5
5
6
- Implemnts OAuth2 provider support for Flask.
6
+ Implemnts OAuth2 provider support for Flask.
7
7
8
- :copyright: (c) 2013 by Hsiaoming Yang.
8
+ :copyright: (c) 2013 by Hsiaoming Yang.
9
9
"""
10
10
11
11
from oauthlib .oauth2 import Server
You can’t perform that action at this time.
0 commit comments