0.1.0-dev.076d6e21b798ef2a6f00d35f988aaee02c3f3ec7 • Published 3 years ago

@antribute/backend-perms-auth0-fga v0.1.0-dev.076d6e21b798ef2a6f00d35f988aaee02c3f3ec7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Antribute Auth0 FGA Provider

Adds Auth0 FGA Support to the Antribute Backend

Installation

pnpm i @antribute/backend-perms-auth0-fga -D && pnpm i @auth0/fga

Usage

  1. Create a new file called .antributerc.ts
  2. Add the following
    import { defineConfig } from '@antribute/backend-core';
    export default defineConfig({ permissions: { platform: '@antribute/backend-perms-auth0-fga' } });
  3. Run the Antribute CLI to auto-generate required files