0.1.0-dev.0898b132592627c0a91b44564dcdbb6b48f5c842 • Published 3 years ago
@antribute/backend-perms-auth0-fga v0.1.0-dev.0898b132592627c0a91b44564dcdbb6b48f5c842
Antribute Auth0 FGA Provider
Adds Auth0 FGA Support to the Antribute Backend
Installation
pnpm i @antribute/backend-perms-auth0-fga -D && pnpm i @auth0/fgaUsage
- Create a new file called
.antributerc.ts - Add the following
import { defineConfig } from '@antribute/backend-core'; export default defineConfig({ permissions: { platform: '@antribute/backend-perms-auth0-fga' } }); - Run the Antribute CLI to auto-generate required files