iver-wharf / wharf-api

Wharf backend written in Go
MIT License
1 stars 0 forks source link

No OIDC nor BasicAuth on gRPC endpoints #188

Open applejag opened 2 years ago

applejag commented 2 years ago

The gRPC HTTP endpoints are lacking auth.

Do we have to rewrite our auth middlewares, or is there a way to apply them there as well? Maybe just by abstracting the auth logic? Unknown.

Allowing token based auth mentioned in #178 would also be needed.