You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@FlorianEisenbarth you aren't wrong , with the use of secretstr, the Oauth2 login workflow wouldn't work as expected as the authorization headers would be in '*******'. I think the only workaround would be to create a new base model that wont type it field with secretstr
To avoid logging tokens or passwords accidentally pydantic provides a nice
SecretStr
model as a way to reduce these issues.Can change instances like:
to
The text was updated successfully, but these errors were encountered: