Skip to content

Commit

Permalink
feat: add community module for permify service (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoriginalstove authored Aug 12, 2024
1 parent 1668278 commit 65e102e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions modules/permify/index.md
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.
---


0 comments on commit 65e102e

Please sign in to comment.