-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add community module for permify service (#69)
- Loading branch information
1 parent
1668278
commit 65e102e
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Permify | ||
categories: | ||
- other | ||
docs: | ||
- id: go | ||
url: https://github.com/theoriginalstove/testcontainers-permify | ||
maintainer: community | ||
example: | | ||
```go | ||
container, err := permifytest.Run(ctx) | ||
if err != nil { | ||
return err | ||
} | ||
``` | ||
installation: | | ||
```bash | ||
go get -u github.com/theoriginalstove/testcontainers-permify | ||
``` | ||
description: | | ||
Permify is an open-source authorization service for creating fine-grained and scalable authorization systems. | ||
--- | ||
|
||
|