[#4999] added Notion OAuth2 provider

Co-authored-by: s-li1 <stevenli8892@hotmail.com.au>
This commit is contained in:
Gani Georgiev
2024-10-10 14:46:22 +03:00
parent 64bbd6f841
commit 397b69041e
34 changed files with 178 additions and 37 deletions
+7
View File
@@ -3,6 +3,8 @@ import MicrosoftOptions from "@/components/collections/providers/MicrosoftOption
import OIDCOptions from "@/components/collections/providers/OIDCOptions.svelte";
import SelfHostedOptions from "@/components/collections/providers/SelfHostedOptions.svelte";
// @todo remove after allowing custom OAuth2 UI extendability
//
// Object list with all supported OAuth2 providers in the format:
// ```
// [ { key, title, logo, optionsComponent?, optionComponentProps? }, ... ]
@@ -96,6 +98,11 @@ export default [
title: "VK",
logo: "vk.svg"
},
{
key: "notion",
title: "Notion",
logo: "notion.svg",
},
{
key: "spotify",
title: "Spotify",