daml/ledger-service/jwt
Robert Autenrieth 4c3f6014f6
Implement support for RSA-signed JWT tokens (#3526)
* Improve Navigator output

* Fix Navigator not using the access token

* Add RSA signatures for JWT tokens

* Remove unused method

* Add timeouts for reading JWKS

* Fix test

* Rename method for consistency

* Improve comment

* More renaming for consistency

* CHANGELOG

CHANGELOG_BEGIN
- [Sandbox] Add CLI options to start the sandbox with JWT based authentication with RSA signed tokens.
  See `issue #3155 <https://github.com/digital-asset/daml/issues/3155>`__ .
- [Navigator] Fixed a bug where the `--access-token-file` option did not work correctly.
CHANGELOG_END

* Make JwksVerifier limits configurable

* Make SimpleHttpServer private
2019-11-25 16:29:24 +01:00
..
src Implement support for RSA-signed JWT tokens (#3526) 2019-11-25 16:29:24 +01:00
BUILD.bazel Implement support for RSA-signed JWT tokens (#3526) 2019-11-25 16:29:24 +01:00
README.md JWT HMAC256 Authorization (#2389) 2019-08-07 16:26:26 +00:00

JWT (JSON Web Token)

How to generate JWT

TODO