openfga @ v0.1.0
integrity
- size
- 321.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Initial working implementation of OpenFGA APIs (Check, Expand, Write, Read, Authorization Models, etc..)
- Postgres storage adapter implementation
- Memory storage adapter implementation
- Early support for preshared key or OIDC authentication methods
download
unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/openfga/v0.1.0.zip
printf '%s %s\n' '97eb89afe4d1dc21117786a28c1a73180fd88cba87c8999dffc8a6ea5fd55acf' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97eb89afe4d1dc21117786a28c1a73180fd88cba87c8999dffc8a6ea5fd55acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/openfga/v0.1.0.tar.gz
printf '%s %s\n' '093389fa5cd9794662873389e21d4f2a49984ca8106314446e2ee70ffb1a753d' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "093389fa5cd9794662873389e21d4f2a49984ca8106314446e2ee70ffb1a753d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.zip
printf '%s %s\n' '97eb89afe4d1dc21117786a28c1a73180fd88cba87c8999dffc8a6ea5fd55acf' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97eb89afe4d1dc21117786a28c1a73180fd88cba87c8999dffc8a6ea5fd55acf") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.tar.gz
printf '%s %s\n' '093389fa5cd9794662873389e21d4f2a49984ca8106314446e2ee70ffb1a753d' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "093389fa5cd9794662873389e21d4f2a49984ca8106314446e2ee70ffb1a753d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.0.zip | zip | 321.9 KiB |
blake3-24 9b3a992280904b272e1f896c987549b0847a4b64ca9aafb9
sha256 97eb89afe4d1dc21117786a28c1a73180fd88cba87c8999dffc8a6ea5fd55acf
sha1 87c21442e2a6620e8f006f9db769f2fb9385b7e1
|
| v0.1.0.tar.gz | tar.gz | 263.9 KiB |
blake3-24 85a3706a484d69b2b81dcebed2d3846d1d5bb7194f1f9e5e
sha256 093389fa5cd9794662873389e21d4f2a49984ca8106314446e2ee70ffb1a753d
sha1 18a83eeba77f4a6792ffb48bf055583d625f53f6
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.0.zip | zip | 273.2 KiB |
blake3-24 39d1c7c18169f47ac05b22a57fbcf8778c0cb1dd45d205ec
sha256 34606daf23edf7ed65beebb69acce0908a59fe4dd486fa13c7b92303afaffcbc
sha1 133da9c2fff0cf557104edda38da8e51b990c156
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.1.0.tar.gz"],
integrity = "sha256-CTOJ+lzZeUZihzOJ4h1PKkmYTKgQYxREbi7nD/sadT0=",
strip_prefix = "openfga-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.tar.gz"],
integrity = "sha256-CTOJ+lzZeUZihzOJ4h1PKkmYTKgQYxREbi7nD/sadT0=",
strip_prefix = "openfga-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.1.0