fastapi-users-db-sqlalchemy
fastapi-users-db-sqlalchemy copied to clipboard
Bug-Fix: when using Postgresql the user and oauth_account objects get disconnected from the session. Reconnect them with a refresh()
Happens only when using Postgresql, with Sqlite there are no problems. Problem exists probably also in other implementations (e.g. sqlmodel)