Hello,
documentation for GRPC client on Android doesn’t mention that JWT authentication is supported.
Is that something that needs to be done manually and is there some code examples?
Thanks
Hello,
documentation for GRPC client on Android doesn’t mention that JWT authentication is supported.
Is that something that needs to be done manually and is there some code examples?
Thanks
If you’re using any 3rd party generated proxy client you’ll have limited options, but having your Request DTOs implement IHasBearerToken
should work, e.g:
https://docs.servicestack.net/jwt-authprovider#sending-jwt-in-request-dtos