diff --git a/docs/guides/self-hosting/oauth/configuring-oauth.md b/docs/guides/self-hosting/oauth/configuring-oauth.md index f51283ac..ad810c69 100644 --- a/docs/guides/self-hosting/oauth/configuring-oauth.md +++ b/docs/guides/self-hosting/oauth/configuring-oauth.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 10 +--- + # OAuth Public Frontend Configuration As of `v0.4.7`, `zrok` includes OAuth integration for both Google and GitHub for `zrok access public` public frontends. diff --git a/docs/guides/self-hosting/oauth/integrations/_category_.json b/docs/guides/self-hosting/oauth/integrations/_category_.json new file mode 100644 index 00000000..c83e57a3 --- /dev/null +++ b/docs/guides/self-hosting/oauth/integrations/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "OAuth Integrations", + "position": 20, + "link": { + "type": "generated-index" + } +} diff --git a/docs/guides/self-hosting/oauth/integrations/github.md b/docs/guides/self-hosting/oauth/integrations/github.md new file mode 100644 index 00000000..15657f3f --- /dev/null +++ b/docs/guides/self-hosting/oauth/integrations/github.md @@ -0,0 +1 @@ +# Github diff --git a/docs/guides/self-hosting/oauth/integrations/google.md b/docs/guides/self-hosting/oauth/integrations/google.md new file mode 100644 index 00000000..2b9f98a5 --- /dev/null +++ b/docs/guides/self-hosting/oauth/integrations/google.md @@ -0,0 +1 @@ +# Google