Opinionated JWT authentication library for Http4s: https://http4s-jwt-auth.profunktor.dev/
Happy to add a function
def jwtDecodeAs[F[_]: ApplicativeError[*[_], Throwable], A: Decoder](
jwtToken: JwtToken,
jwtAuth: JwtAuth
): F[A] = ???
If that's helpful. Contributions welcome :)