Compare commits
1 commit
a9e539ef74
...
78508ae59f
| Author | SHA1 | Date | |
|---|---|---|---|
| 78508ae59f |
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
"""
|
||||
Module specific business logic for user module
|
||||
|
||||
Exports:
|
||||
- add_user_to_db: Creates a User record from OIDC claims, or updates user details
|
||||
"""
|
||||
|
||||
from typing import Any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue