-
-
Notifications
You must be signed in to change notification settings - Fork 0
Create Auth Models + Model CRUD #36
Copy link
Copy link
Open
Labels
T/BackendBackend teamBackend teamT/FrontendFrontend teamFrontend teamZ/CloudIssues related to cloud services.Issues related to cloud services.
Milestone
Description
Metadata
Metadata
Assignees
Labels
T/BackendBackend teamBackend teamT/FrontendFrontend teamFrontend teamZ/CloudIssues related to cloud services.Issues related to cloud services.
Projects
StatusShow more project fields
Todo
Create the Auth models specified in #34 in the
cloud/authbackend service, as well as a CRUD to create, modify and delete users as well as login and issue JWT tokens.The JWT token issuing will for now be done in models as an abstraction is not required until we implement external service accounts.