fullfacing / keycloak4s

Keycloak4s is a Scala client for the Keycloak Admin API
MIT License
66 stars 14 forks source link

ZIO Module #366

Open Executioner1939 opened 3 years ago

Executioner1939 commented 3 years ago

We need to have a ZIO package for this, implementing ZIO best practices. I am still trying to learn ZLayers and how to expose a nice library using them.

But the ZIO ecosystem could use this, and the ecosystem is exploding with support, library authors, and excellent tooling and additional libraries.

Fristi commented 3 years ago

I think it works out of the box, since you use sttp :) You can use just a sttp zio backend and you are set.