Implement chat API key generation, and create a tenant_overview
This commit is contained in:
@@ -7,6 +7,7 @@ from flask_login import LoginManager
|
||||
from flask_cors import CORS
|
||||
from flask_socketio import SocketIO
|
||||
|
||||
from .utils.key_encryption import JosKMSClient
|
||||
|
||||
# Create extensions
|
||||
db = SQLAlchemy()
|
||||
@@ -17,3 +18,4 @@ mail = Mail()
|
||||
login_manager = LoginManager()
|
||||
cors = CORS()
|
||||
socketio = SocketIO()
|
||||
kms_client = JosKMSClient()
|
||||
|
||||
Reference in New Issue
Block a user