zio-crypto icon indicating copy to clipboard operation
zio-crypto copied to clipboard

JWT

Open emarx opened this issue 3 years ago • 2 comments

It would be nice to have a zio-native JWT library. https://github.com/pauldijou/jwt-scala/tree/master/core/src/test/scala is a good example to reference.

Json integration should be supported via typeclasses, and integrations with zio-json/circe/etc published as separate packages.

emarx avatar Feb 28 '21 17:02 emarx

The question is if the jwt handling should be added to this project or in a separate zio-jwt project, leveraging the crypto facilities of zio-crypto. I'm more in favor of the latter.

remiguittaut avatar Mar 04 '21 08:03 remiguittaut

@emarx getting 404 - page not found on the mentioned link, here is the correct link

samadpls avatar Apr 03 '23 19:04 samadpls