spicedb serve --grpc-preshared-key "freshbeef"
rye run flask --app auth_poc run
zed context set auth localhost:50051 freshbeef --insecure
zed schema write auth.zed
zed relationship create content:1234 writer user:jon
zed relationship create content:1234 reader user:alice
zed relationship create content:1234 writer user:alice
- use test.http