91
A race condition bug in the login flow that could, in rare cases, allow one user to assume the identity of another due to concurrent login.
You're affected if you are using a version which is within vulnerability ranges.
Upgrade fastapi-sso library to patch version. To fully support this fix, users must now use the SSO instance within an async with context manager. This adjustment is necessary for proper handling of asynchronous operations.