event to functon handler completed
This commit is contained in:
@@ -18,6 +18,7 @@ from sqlalchemy.orm import mapped_column, relationship, Mapped
|
||||
|
||||
from ApiLibrary.date_time_actions.date_functions import system_arrow
|
||||
from AllConfigs.Token.config import Auth, ApiStatic
|
||||
from ApiLibrary.extensions.select import SelectAction, SelectActionWithEmployee
|
||||
|
||||
from Services.PostgresDb import CrudCollection
|
||||
|
||||
@@ -64,6 +65,10 @@ class UsersTokens(CrudCollection):
|
||||
# users = relationship("Users", back_populates="tokens", foreign_keys=[user_id])
|
||||
|
||||
|
||||
class UserLoginModule:
|
||||
pass
|
||||
|
||||
|
||||
class Users(CrudCollection, UserLoginModule, SelectAction):
|
||||
"""
|
||||
Application User frame to connect to API with assigned token-based HTTP connection
|
||||
|
||||
Reference in New Issue
Block a user