We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648b75f commit 14e8a8aCopy full SHA for 14e8a8a
1 file changed
auth-for-mcp/fastmcp-mcp-fga-js/.env.example
@@ -3,10 +3,14 @@ AUTH0_AUDIENCE=
3
PORT=3001
4
MCP_SERVER_URL=http://localhost:3001
5
6
-# Get these from dashboard.fga.dev / Store Settings
+# For Auth0 FGA Get these from dashboard.fga.dev / Store Settings
7
FGA_API_URL='https://api.us1.fga.dev'
8
FGA_STORE_ID=<store_id>
9
FGA_API_TOKEN_ISSUER='auth.fga.dev'
10
FGA_API_AUDIENCE='https://api.us1.fga.dev/'
11
FGA_CLIENT_ID='<client_id>'
12
FGA_CLIENT_SECRET='<client_secret>'
13
+
14
+# For OpenFGA
15
+FGA_API_URL='https://api.us1.fga.dev'
16
+FGA_STORE_ID=<store_id>
0 commit comments