fastapi-boilerplate icon indicating copy to clipboard operation
fastapi-boilerplate copied to clipboard

FastAPI boilerplate for real world production

Results 11 fastapi-boilerplate issues
Sort by recently updated
recently updated
newest added

Related with: #7 제 환경에서는 Pipfile을 이용해 `uvicorn` 을 설치해도 `uvloop`가 안깔리던데 아마 윈도우여서 그런거 같습니다 ㅠㅠ 이와는 별개로 각 OS별 사용자들을 위한 설정방법도 제공하면 좋을듯 합니다. Pipfile, config 설정...

https://github.com/teamhide/fastapi-boilerplate/blob/75c8c82699dd5e3223e8a31fc4fdcbe0f17c5233/app/user/services/user.py#L34-L49 위 소스코드 부분이 사용자를 추가하는 테스트 API 부분인데, 아무래도 비밀번호를 평문으로 저장한다는 것이 좀 걸리네요.. `token_helper.py`로 JWT 처리에 대한 로직도 있고, `AuthBackend`를 통해서 Authorization 까지 체크하는 기본적인 보안 기능을...

Please add version info of these - python - fastapi

It's great fastapi-boilerplate but it's hard to understand how to setup pytest with current implementation.. Could you please add it to repo?

I want to add some logs(INFO, WARNING, etc), so are there some reference that how to log in this boilerplate that how to initialize logger and do some print?

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...

dependencies

Hi. In the main.py file there is an import `from core.config import config`, which means that get_config() is being executed before `os.environ["ENV"] = env` from main(), so I always end...

Hello how are you? Just tried to use your boilerplate and wanted to thank you for the work. I've want to know if you've been able to start it from...

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies