elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.38k stars 212 forks source link

Support more authentication mechanism #241

Open wingyplus opened 2 years ago

wingyplus commented 2 years ago

Currently, the library supports:

But here is some missing in the library:

The goal is support missing authentication mechanism. I'm not sure how to do it at the moment. Feel free to discuss.

Ref: https://grpc.io/docs/guides/auth/