Anyone here who knows how to implement client auth interceptor in flutter? Am using grpc or an alternative on how i can manage authentication
I am using grpc+protocol buffers in Flutter Mobile Client. My question is how can I add interceptors to grpc request/responses so that I will be able to log as much as I want from the same place? I also need to send these request/responses to another client for some purpose. Any better approach is highly appreciated