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

Configurable template for a FastAPI application, with Authentication and User integration.

Results 6 fastapi-template issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.22 to 9.5.23. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.23 Fixed #7183: Edge case in anchor navigation when using instant navigation Fixed #6436: Version selector not showing...

dependencies
python

**Describe the bug** Cloning the repo, and running `docker compose up --build` fails. **To Reproduce** Steps to reproduce the behavior: 1. Clone the main branch locally 2. Run `docker compose...

bug

**Is your feature request related to a problem? Please describe.** For larger applications with a lot of data, caching architecture can increase greatly the performance of retrieving data. **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to be able to use social accounts for authentication(GitHub, twitter, Google etc). Is it possible to integrate that...

enhancement

**Is your feature request related to a problem? Please describe.** Add [Prometheus](https://github.com/prometheus/prometheus) endpoint based on [Starlette exporter](https://github.com/stephenhillier/starlette_exporter) and [OpenTelemetry](https://github.com/orgs/open-telemetry) collector for a proper management on clustered environments.

enhancement

**Is your feature request related to a problem? Please describe.** It would be really nice to have a complete [paginated](https://uriyyo-fastapi-pagination.netlify.app/) CRUD management of Users, Roles, Groups, Permissions with the option...

enhancement