realnet
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: realnet | ||
| Version: 0.0.110 | ||
| Version: 0.0.111 | ||
| Summary: Realnet command line interface | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet |
| Metadata-Version: 2.1 | ||
| Name: realnet | ||
| Version: 0.0.110 | ||
| Version: 0.0.111 | ||
| Summary: Realnet command line interface | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet |
@@ -104,3 +104,4 @@ from abc import ABC, abstractmethod | ||
| if self.base: | ||
| base_data = self.base.to_dict() | ||
| base_data = self.base.name | ||
| #base_data = self.base.to_dict() | ||
| instances = [] | ||
@@ -107,0 +108,0 @@ internal_instances = self.instances |
@@ -190,2 +190,8 @@ from authlib.integrations.flask_oauth2 import ( | ||
| class RealnetImplicitGrant(grants.ImplicitGrant): | ||
| TOKEN_ENDPOINT_AUTH_METHODS = [ | ||
| 'client_secret_basic', | ||
| 'client_secret_post', | ||
| 'none', | ||
| ] | ||
@@ -206,3 +212,3 @@ query_client = create_query_client_func(db, Client) | ||
| # support all grants | ||
| authorization.register_grant(grants.ImplicitGrant) | ||
| authorization.register_grant(RealnetImplicitGrant) | ||
| authorization.register_grant(OpenIDImplicitGrant) | ||
@@ -209,0 +215,0 @@ authorization.register_grant(grants.ClientCredentialsGrant) |
@@ -111,3 +111,4 @@ import os | ||
| # return authorization.create_token_response(request) | ||
| return authorization.create_authorization_response(request, grant_user=account) | ||
| return authorization.create_token_response(request) | ||
| # return authorization.create_authorization_response(request, grant_user=account) | ||
| else: | ||
@@ -114,0 +115,0 @@ if name == None: |
+1
-1
@@ -13,3 +13,3 @@ import pathlib | ||
| name="realnet", | ||
| version="0.0.110", | ||
| version="0.0.111", | ||
| description="Realnet command line interface", | ||
@@ -16,0 +16,0 @@ long_description=README, |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
2354181
019747
-0.01%