feat: generic oauth plugin (#149)

This commit is contained in:
Bereket Engida
2024-10-12 02:53:25 +03:00
committed by GitHub
parent 94f1fe10c0
commit a95a1ab4bd
9 changed files with 837 additions and 4 deletions

View File

@@ -633,7 +633,29 @@ export const contents: Content[] = [
</svg>
),
},
{
title: "Generic OAuth",
href: "/docs/plugins/generic-oauth",
icon: () => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
viewBox="0 0 24 24"
>
<g
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<path d="M2 12a10 10 0 1 0 20 0a10 10 0 1 0-20 0"></path>
<path d="M12.556 6c.65 0 1.235.373 1.508.947l2.839 7.848a1.646 1.646 0 0 1-1.01 2.108a1.673 1.673 0 0 1-2.068-.851L13.365 15h-2.73l-.398.905A1.67 1.67 0 0 1 8.26 16.95l-.153-.047a1.647 1.647 0 0 1-1.056-1.956l2.824-7.852a1.66 1.66 0 0 1 1.409-1.087z"></path>
</g>
</svg>
),
},
{
title: "Authorization",
group: true,