Fief and FastAPI-Users #60
Unanswered
davidbrochart
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Well, I would say that's not really the philosophy of Fief. I see two options for you:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, and I guess it's not possible to "integrate" Fief in a FastAPI-Users |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Fief-Python, users have type
FiefUserInfo
, and in FastAPI-Users they have typeUserRead
. These types seem unrelated as we have:But Fief seems to use FastAPI-Users under the hood, so I was wondering if somehow
FiefUserInfo
could be a subclass ofUserRead
, or is that completely impossible?I have an application where I would like a user to be one of FastAPI-Users or Fief. Does is even make sense?
Beta Was this translation helpful? Give feedback.
All reactions