well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
32 stars 4 forks source link

Support ALTS authentication #58

Open edsko opened 5 months ago

edsko commented 5 months ago

See https://grpc.io/docs/languages/python/alts/ .

This is not part of the gRPC spec proper but all example servers support it. Not entirely sure how important this is.