bootzooka
bootzooka copied to clipboard
Simple project to quickly start developing a Scala-based microservice or web application, without the need to write login, user registration etc.
From scrypt, see: https://notes.volution.ro/v1/2022/07/notes/1290a79c/#password-hashes
What would it take to create "development previews" for PRs coming into a bootzooka-based project? We already have a helm chart for k8s deployments, and we deploy a sample bootzooka...
Use Scala 3
What would we need to make this happen? One thing is autowire (cc @mbore ), anything else?
Some of the dependencies (the ones that are used as part of transactions) are already written in that style. Maybe it would make sense to write all code parametrised by...
The cats-effect 3 migration caused some problems: * embedding non-DB-related effects into transactions is no longer possible using `ioCode.to[ConnectionIO]`, instead some parts of the code need to be written using...
It would be super awesome if the auth side of bootzooka was using JWTs, and could support something like [Satellizer](https://github.com/sahat/satellizer) as a drop in. The old cookie based auth method...
## About this PR 📦 Updates * [com.softwaremill.sttp.tapir:tapir-http4s-server](https://github.com/softwaremill/tapir) * [com.softwaremill.sttp.tapir:tapir-json-circe](https://github.com/softwaremill/tapir) * [com.softwaremill.sttp.tapir:tapir-prometheus-metrics](https://github.com/softwaremill/tapir) * [com.softwaremill.sttp.tapir:tapir-sttp-stub-server](https://github.com/softwaremill/tapir) * [com.softwaremill.sttp.tapir:tapir-swagger-ui-bundle](https://github.com/softwaremill/tapir) from `1.9.0` to `1.9.10` 📜 [GitHub Release Notes](https://github.com/softwaremill/tapir/releases/tag/v1.9.10) - [Version Diff](https://github.com/softwaremill/tapir/compare/v1.9.0...v1.9.10) ## Usage ✅...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.17` to `3.8.0` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.0) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.17...v3.8.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...