volatiletech / authboss

The boss of http auth.
MIT License
3.81k stars 207 forks source link

GRPC support #312

Closed eldad87 closed 3 years ago

eldad87 commented 4 years ago

Hi, I'm interested in using AuthBoss. By reviewing the documentation and relevant points in the source-code itself, it seems like the library is relaying heavily on it's middleware(s).

I wonder if there is a way to use AuthBoss in a none-HTTP based environment, such as gRPC?

Please advise, Thanks!

aarondl commented 3 years ago

The middlewares are replaceable. As long as you can fulfill the core interfaces. It'd be a decent amount of work, but you could make it happen.

aarondl commented 3 years ago

Also - I closed the issue because there is no official GRPC support and I'm not intending to make any. Be very curious to see where you got to if you attempted it though.