Rafael de Oliveira Marques

Results 7 comments of Rafael de Oliveira Marques

I tryied to reproduce it, but without success. But sometimes I get the same problem running uvicorn with --reload in cmder/windows. I think it is related to uvicorn instead of...

It's really a great idea @lucasbalieiro πŸš€πŸš€ I can't review the code right now, but definitely I'll do it saturday or sunday. I don't know if @tiangolo finds it useful,...

I create a cli based on this PR, so we can use it until this PR gets merged πŸ˜ƒ https://github.com/fastapi/fastapi/discussions/11930

Just write all in one yaml file, and use @swag_from('your_yaml.yml') in your endpoints

`Parameter Store` and `Secrets Manager` are great, and we use then a lot at work. For projects that use AWS, they are a great fit. But although I developed the...

It should be very straightforward to keep `bcrypt` support based on to the docs @YuriiMotov shared, @4sushi πŸ˜„ You just need to update [pyproject.toml](https://github.com/fastapi/full-stack-fastapi-template/pull/1941/files#diff-9f2cf60079756e94b31dbaeb145297215236d3c0135647163c2e51b80fd81551R21): ```toml "pwdlib[argon2,bcrypt]>=0.2.1", ``` And in `security.py`,...

> @ceb10n and @cassiobotaro, could you do the honours of reviewing this pull request? off course \o/