Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhanshub committed Dec 12, 2023
1 parent 38569e0 commit b99b57c
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 312 deletions.
3 changes: 3 additions & 0 deletions integrations/va-auth0/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@gitbook/eslint-config/integration"]
}
12 changes: 6 additions & 6 deletions integrations/va-auth0/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: VA Auth0
name: VA-Auth0
title: VA Auth0
description: Visitor Authentication with Auth0
externalLinks:
Expand All @@ -9,14 +9,14 @@ script: ./src/index.ts
# The following scope(s) are available only to GitBook Staff
# See https://developer.gitbook.com/integrations/configurations#scopes
scopes:
- space:script:inject
organization: d8f63b60-89ae-11e7-8574-5927d48c4877
contentSecurityPolicy:
- space:metadata:read
- space:visitor:auth
organization: w45sBUBc1JWE1ktYkQfI
summary: |
# Overview
categories:
- visitor_authentication
- analytics
configurations:
space:
properties:
Expand All @@ -26,7 +26,7 @@ configurations:
description: Client ID of your Auth0 instance
issuer_base_url:
type: string
titile: Issuer Base URL
title: Issuer Base URL
description: Issuer Base URL of your Auth0 instance

required:
Expand Down
21 changes: 21 additions & 0 deletions integrations/va-auth0/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@gitbook/integration-va-auth0",
"version": "0.0.1",
"private": true,
"dependencies": {
"@gitbook/api": "*",
"@gitbook/runtime": "*",
"itty-router": "^4.0.14",
"jwt-simple": "0.5.6",
"@tsndr/cloudflare-worker-jwt": "2.3.2"
},
"devDependencies": {
"@gitbook/cli": "*"
},
"scripts": {
"lint": "eslint ./src/**/*.ts",
"typecheck": "tsc --noEmit",
"publish-integrations-staging": "gitbook publish .",
"publish-integrations": "gitbook publish ."
}
}
Loading

0 comments on commit b99b57c

Please sign in to comment.