Skip to content

issues Search Results · repo:fastapi-users/fastapi-users language:Python

Filter by

282 results
 (78 ms)

282 results

infastapi-users/fastapi-users (press backspace or delete to remove)

env: fastapi_users[sqlalchemy] v14.0.1 python: 3.11.11 from fastapi_users/manager.py async def forgot_password( self, user: models.UP, request: Optional[Request] = None ) - None: ...
  • lzbenny
  • Opened 
    on Apr 28
  • #1508

While auditing the code, I came across a use of DI in the AuthenticationBackend class that I could not rationalize. In the examples the following is shown as an intended usage for this class. def get_jwt_strategy() ...
  • lealemseyoum
  • Opened 
    on Mar 31
  • #1503

I want to use FastAPI as a backend for an app that has sign in with google and no other sign in options. I also want to use jwt authentication for each request. Using OAuth2PasswordBearer doesn t work ...
bug
  • ldub
  • 3
  • Opened 
    on Feb 15
  • #1493

Hi! Thanks for the library! I have some interesting bug with overriden SQLAlchemyBaseAccessTokenTable. For my implementation it was necessary to overwrite the name of the User table, so my code looks ...
bug
  • andrei-samofalov
  • Opened 
    on Jan 14
  • #1490

Describe the bug FastAPI Users depends on a newly vulnerable version of python-multipart and fails updates via Poetry: poetry add python-multipart =0.0.18 Updating dependencies Resolving dependencies... ...
bug
  • css459
  • 2
  • Opened 
    on Dec 3, 2024
  • #1480

Hi 👋🏻 I was using fastapi users in one of my project and tried my best to customize according to requirement however I now come to deadend where fastapi_users.get_users_router includes multiple routes ...
bug
  • jd-solanki
  • 5
  • Opened 
    on Nov 15, 2024
  • #1466

Describe the bug When using the oauth_router, the state jwt token has an expiration time. When the callback tries to call the callback endpoint with an expired state token, an Internal Server Error (500) ...
bug
  • alexanderlazarev0
  • Opened 
    on Nov 8, 2024
  • #1462

Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: 1. Enable database + Bearer token strategy 2. Go to the API explorer 3. Use the ...
bug
  • terabyte128
  • Opened 
    on Oct 30, 2024
  • #1452

Describe the bug All parameter of user create is shown on register route image Expected behavior Only mail, password, username and role should be shown Configuration - Python version :3.10.12 ...
bug
  • CamilleBarnier
  • 2
  • Opened 
    on Oct 11, 2024
  • #1448

Describe the bug - backend/common/response/response_schema.py # TODO: json_encoders 配置失效: https://github.com/tiangolo/fastapi/discussions/10252 model_config = ConfigDict(json_encoders={datetime: ...
bug
  • elkon028
  • Opened 
    on Sep 21, 2024
  • #1442
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub