:wip: Nearly finished openid

This commit is contained in:
Mawoka
2023-02-17 12:18:28 +01:00
parent 86821e2eb3
commit c2a8c36142
3 changed files with 31 additions and 8 deletions
+1
View File
@@ -18,6 +18,7 @@ class UserAuthTypes(Enum):
LOCAL = "LOCAL"
GOOGLE = "GOOGLE"
GITHUB = "GITHUB"
CUSTOM = "CUSTOM"
class User(ormar.Model):