pillars icon indicating copy to clipboard operation
pillars copied to clipboard

Scala 3 backend application base

Results 21 pillars issues
Sort by recently updated
recently updated
newest added

## Describe the changes A clear and concise description of what the changes are. ## Related issues Please link any related issues here. ## Checklist - [ ] I have...

This would allow the user to investigate some bugs directly in a running environment. This would use [ghik/recons](https://github.com/ghik/recons) and would obviously be optional and disabled by default.

enhancement

As [CBOR](https://cbor.io/) is more concise than JSON, it would be good to support it as serialization format. If request is done with the `application/json` `Accept` header, json will be used,...

enhancement

- [ ] add Basic Authentication - [ ] add Digest authentication - [ ] add JWT Authentication

enhancement

Inspired by https://bilal-fazlani.com/blog/my-team-built-and-productionized-a-custom-rate-limiter-in-scala/

enhancement

To not have to restart the app to enable/disable a feature flag, we should be able to modify their status on the fly. We would need to: - [ ]...

enhancement
scala-spree

Currently, admin server only provides REST endpoints which is sufficient for automation but may be cumbersome for users. Providing an admin UI would allow non-technical admins to perform actions (such...

enhancement