duduru

Results 34 comments of duduru

Copy [fastapi_users/router/users.py](https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/router/users.py) Modify https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/router/users.py#L135 It's quick and easy, and you can even exclude routes you don't want!

Indeed, but unfortunately, we can only opt for similar approaches to solve the problem. If we can encapsulate the router within a class, we can leverage inheritance to address the...

fastapi-users is designed in such a way that you don't need to worry about other parameters of the register route, which will be excluded during execution. https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/router/register.py#L57 https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/manager.py#L135 https://github.com/fastapi-users/fastapi-users/blob/master/fastapi_users/schemas.py#L34