-
-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
attributes to create_user method
attributes to create_user method
# Conflicts: # fastapi_keycloak/api.py
This reverts commit 9fdedb4.
Bad idea to initialize directly with a dictionary. |
Agreed, default values for dictionaries should either be a factory method or |
I guess if the value is not initialized and thus equal to None, it will raise an error here when trying to set a value |
Or just |
I'd prefer this. No need for a lambda |
fixed! |
add default value for extra_fields