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 4a11700 commit 9b328b2Copy full SHA for 9b328b2
apis/authentication.md
@@ -2,16 +2,6 @@
2
aside: false
3
---
4
5
-<script setup lang="ts">
6
-import { useData } from 'vitepress'
7
-import { useTheme } from 'vitepress-openapi/client'
8
-const { isDark } = useData()
9
-import { loadSpec } from '../swagger/load'
10
-const spec1 = loadSpec(1)
11
-const spec2 = loadSpec(2)
12
-useTheme().setHeadingLevels({ h1: 3, h2: 4, h3: 5 })
13
-</script>
14
-
15
# Authentication
16
17
Authentication for the Lightbug APIs make use of Bearer tokens in the `Authorization` header.
0 commit comments