daml/ledger-service/jwt
Moritz Kiefer beb8a2a9ba
Port parts of //ledger-service to Scala 2.13 (#8776)
Unfortunately missing the actual interesting part since porting
`partitionBimap` seems to be rather annoying but this at least gets us
started on the easy parts.

changelog_begin
changelog_end
2021-02-08 11:27:50 +00:00
..
src Upgrade scopt to 4.0.0 (#8466) 2021-01-11 21:23:02 +01:00
BUILD.bazel Port parts of //ledger-service to Scala 2.13 (#8776) 2021-02-08 11:27:50 +00:00
README.md JWT HMAC256 Authorization (#2389) 2019-08-07 16:26:26 +00:00

JWT (JSON Web Token)

How to generate JWT

TODO