mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
first pass
This commit is contained in:
98
website/docs/developer-docs/api/reference/authentik.info.mdx
Normal file
98
website/docs/developer-docs/api/reference/authentik.info.mdx
Normal file
@@ -0,0 +1,98 @@
|
||||
---
|
||||
id: authentik
|
||||
title: "authentik"
|
||||
description: "Making authentication simple."
|
||||
sidebar_label: Introduction
|
||||
sidebar_position: 0
|
||||
hide_title: true
|
||||
custom_edit_url: null
|
||||
---
|
||||
|
||||
import ApiLogo from "@theme/ApiLogo";
|
||||
import Heading from "@theme/Heading";
|
||||
import SchemaTabs from "@theme/SchemaTabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
import Export from "@theme/ApiExplorer/Export";
|
||||
|
||||
<span
|
||||
className={"theme-doc-version-badge badge badge--secondary"}
|
||||
children={"Version: 2024.8.2"}
|
||||
>
|
||||
</span>
|
||||
|
||||
<Heading
|
||||
as={"h1"}
|
||||
className={"openapi__heading"}
|
||||
children={"authentik"}
|
||||
>
|
||||
</Heading>
|
||||
|
||||
|
||||
|
||||
Making authentication simple.
|
||||
|
||||
<div
|
||||
style={{"marginBottom":"2rem"}}
|
||||
>
|
||||
<Heading
|
||||
id={"authentication"}
|
||||
as={"h2"}
|
||||
className={"openapi-tabs__heading"}
|
||||
children={"Authentication"}
|
||||
>
|
||||
</Heading><SchemaTabs
|
||||
className={"openapi-tabs__security-schemes"}
|
||||
>
|
||||
<TabItem
|
||||
label={"HTTP: Bearer Auth"}
|
||||
value={"authentik"}
|
||||
>
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>
|
||||
Security Scheme Type:
|
||||
</th><td>
|
||||
http
|
||||
</td>
|
||||
</tr><tr>
|
||||
<th>
|
||||
HTTP Authorization Scheme:
|
||||
</th><td>
|
||||
bearer
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</TabItem>
|
||||
</SchemaTabs>
|
||||
</div><div
|
||||
style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}
|
||||
>
|
||||
<h3
|
||||
style={{"marginBottom":"0.25rem"}}
|
||||
>
|
||||
Contact
|
||||
</h3><span>
|
||||
[hello@goauthentik.io](mailto:hello@goauthentik.io)
|
||||
</span>
|
||||
</div><div
|
||||
style={{"marginBottom":"var(--ifm-paragraph-margin-bottom)"}}
|
||||
>
|
||||
<h3
|
||||
style={{"marginBottom":"0.25rem"}}
|
||||
>
|
||||
License
|
||||
</h3><a
|
||||
href={"https://github.com/goauthentik/authentik/blob/main/LICENSE"}
|
||||
>
|
||||
MIT
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user