Example of using application defined Access Token and Session Token (JWT) retrieved from an authentication service to access auth-restricted gRPC endpoint.
Demo:
- docker-compose up
- use AuthenticationClient to create/login user and retrieve token
- use ACCESS_TOKEN and token in step 2. to access kensho_service using KenshoClient