Skip to content

Commit

Permalink
chore: update go sdk related generated tutorials (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Jan 8, 2025
1 parent e55bb7c commit 6ad7a1c
Show file tree
Hide file tree
Showing 105 changed files with 273 additions and 273 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Apple';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Apple Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Apple Sign-in einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const connector = 'AWS SES';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## Logto SDK integrieren \{#integrate-logto-sdk}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Azure AD';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Azure AD Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Azure AD einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Discord';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Discord Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Discord OAuth app einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Facebook';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Facebook Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Facebook login einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'GitHub';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## GitHub Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## GitHub OAuth app einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Google';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Google Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Google OAuth-App einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Hugging Face';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Hugging Face Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Hugging Face OAuth-App einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Kakao';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Kakao Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Kakao login einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Naver';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## Naver Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Naver login einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'OAuth2';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## OAuth2 Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Standard OAuth 2.0 App einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'OIDC';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## OIDC Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Standard OIDC-App einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'SAML';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## undefined SDK integrieren \{#integrate-framework-sdk}
## Go SDK integrieren \{#integrate-framework-sdk}

<IntegrateSdk />

## SAML Connector hinzufügen \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Standard SAML-App einrichten \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const connector = 'SendGrid';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## Logto SDK integrieren \{#integrate-logto-sdk}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const connector = 'Twilio';

## Eine Anwendung in Logto erstellen \{#create-an-application-in-logto}

<CreateApplication type="Traditionelle Webanwendung" framework="undefined" />
<CreateApplication type="Traditionelle Webanwendung" framework="Go" />

## Logto SDK integrieren \{#integrate-logto-sdk}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Apple';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Apple \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Apple Sign-in \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const connector = 'AWS SES';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar Logto SDK \{#integrate-logto-sdk}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Azure AD';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Azure AD \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Azure AD \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Discord';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Discord \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Discord OAuth app \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Facebook';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Facebook \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Facebook login \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'GitHub';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector GitHub \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura GitHub OAuth app \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Google';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Google \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Google OAuth app \{#set-up-connectorconfigname}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const connector = 'Hugging Face';

## Crear una aplicación en Logto \{#create-an-application-in-logto}

<CreateApplication type="Traditional web" framework="undefined" />
<CreateApplication type="Traditional web" framework="Go" />

## Integrar el SDK de undefined \{#integrate-framework-sdk}
## Integrar el SDK de Go \{#integrate-framework-sdk}

<IntegrateSdk />

## Añadir el conector Hugging Face \{#add-connector-connector}

<AddSocialConnector connector={connector} framework="undefined" />
<AddSocialConnector connector={connector} framework="Go" />

## Configura Hugging Face OAuth app \{#set-up-connectorconfigname}

Expand Down
Loading

0 comments on commit 6ad7a1c

Please sign in to comment.