Hacker News new | ask | show | jobs
by jakemoshenko 1716 days ago
Yes you can use it directly as a service with your own authentication. There is no Authzed account required.

The docs are built around the idea of using Authzed.com, the hosted SpiceDB solution for protecting your first app. We will try to put together a guide around self-hosting SpiceDB.

For usage from CloudFlare workers and other non-http/2 friendly environments, we're considering adding a gateway which can speak regular http natively. Bolt-on solutions like grpc-web or more invasive solutions like adding twirp support will be considered. Do you have a preference?

1 comments

If you're talking about: https://pkg.go.dev/github.com/improbable-eng/grpc-web/go/grp...

Then it looks good to me, as long as it's HTTP/1.1 or WebSockets, it will should work everywhere.

Is this something you can add soon? We're in a refactoring stage and would love SpiceDB to be a part of it all. (I also created an issue in the repo)