girder-oauth 3.2.9.dev27__tar.gz → 3.2.10.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/PKG-INFO +1 -2
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/PKG-INFO +1 -2
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/setup.py +0 -1
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/__init__.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/__init__.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/base.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/bitbucket.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/box.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/cilogon.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/github.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/globus.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/google.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/linkedin.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/providers/microsoft.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/rest.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/settings.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/main.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/package.json +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/routes.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/stylesheets/configView.styl +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/stylesheets/oauthLoginView.styl +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/templates/configView.pug +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/templates/oauthLoginView.pug +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/ConfigView.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/LoginView.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/OAuthLoginView.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/RegisterView.js +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/SOURCES.txt +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/dependency_links.txt +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/entry_points.txt +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/not-zip-safe +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/requires.txt +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/top_level.txt +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/plugin.cmake +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/plugin_tests/__init__.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/plugin_tests/oauth_test.py +0 -0
- {girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: girder-oauth
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.10.dev4
|
|
4
4
|
Summary: Allow users to login via supported OAuth2 providers.
|
|
5
5
|
Home-page: http://girder.readthedocs.io/en/latest/plugins.html#oauth-login
|
|
6
6
|
Author: Kitware, Inc.
|
|
@@ -8,7 +8,6 @@ Author-email: kitware@kitware.com
|
|
|
8
8
|
License: Apache 2.0
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Environment :: Web Environment
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
13
12
|
Classifier: Programming Language :: Python
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: girder-oauth
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.10.dev4
|
|
4
4
|
Summary: Allow users to login via supported OAuth2 providers.
|
|
5
5
|
Home-page: http://girder.readthedocs.io/en/latest/plugins.html#oauth-login
|
|
6
6
|
Author: Kitware, Inc.
|
|
@@ -8,7 +8,6 @@ Author-email: kitware@kitware.com
|
|
|
8
8
|
License: Apache 2.0
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Environment :: Web Environment
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
13
12
|
Classifier: Programming Language :: Python
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -34,7 +34,6 @@ setup(
|
|
|
34
34
|
classifiers=[
|
|
35
35
|
'Development Status :: 5 - Production/Stable',
|
|
36
36
|
'Environment :: Web Environment',
|
|
37
|
-
'License :: OSI Approved :: Apache Software License',
|
|
38
37
|
'Operating System :: OS Independent',
|
|
39
38
|
'Programming Language :: Python',
|
|
40
39
|
'Programming Language :: Python :: 3',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/ConfigView.js
RENAMED
|
File without changes
|
{girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/LoginView.js
RENAMED
|
File without changes
|
|
File without changes
|
{girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth/web_client/views/RegisterView.js
RENAMED
|
File without changes
|
|
File without changes
|
{girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{girder_oauth-3.2.9.dev27 → girder_oauth-3.2.10.dev4}/girder_oauth.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|