Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 341 Bytes

Example of using application defined Access Token and Session Token (JWT) retrieved from an authentication service to access auth-restricted gRPC endpoint.

Demo:

  1. docker-compose up
  2. use AuthenticationClient to create/login user and retrieve token
  3. use ACCESS_TOKEN and token in step 2. to access kensho_service using KenshoClient