fastapi-users — Easy Playground
Ready-to-use user management for FastAPI
Getting started with fastapi-usersRun locally
Install
pip install 'fastapi-users[sqlalchemy]'Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fastapi_users)
fastapi-users is a third-party package. Ready-to-use user management for FastAPI. Install with: pip install 'fastapi-users[sqlalchemy]'
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?