Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication in RPC context #182

Open
jcbinet opened this issue Apr 12, 2024 · 1 comment
Open

Authentication in RPC context #182

jcbinet opened this issue Apr 12, 2024 · 1 comment
Labels
Status: Needs Investigation Needs to be investigated

Comments

@jcbinet
Copy link

jcbinet commented Apr 12, 2024

Hello all,

I was looking at the implementation, and I am seeing that we cannot authenticate using the rpc context.

My current use case is that I am developing an API with both REST and gRPC endpoints. Both type of endpoints will be exposed to the internet and be called by third parties.

We want to use gRPC to allow more efficient network traffic for some use cases.

I understand that usually rpc is used for internal communications, but my use case is a bit different.

Is there a reason why it is not supported, any blockers, incompatibilities or issues,
or is it something that could be integrated?

@ferrerojosh
Copy link
Owner

Blockers should be limited to the underlying library. I am not sure how to go about gRPC implementation in Nest.

@ferrerojosh ferrerojosh added the Status: Needs Investigation Needs to be investigated label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Investigation Needs to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants