Skip to content

Commit 0f72b1f

Browse files
authored
Merge pull request #4260 from ipersids/part4/fix-link-about-auth-token
Part 4d: Fix broken link to token-based authentication source
2 parents 1f80318 + 10838f8 commit 0f72b1f

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/content/4/en/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
Users must be able to log into our application, and when a user is logged in, their user information must automatically be attached to any new notes they create.
1111

12-
We will now implement support for [token-based authentication](https://www.digitalocean.com/community/tutorials/the-ins-and-outs-of-token-based-authentication#how-token-based-works) to the backend.
12+
We will now implement support for [token-based authentication](https://www.okta.com/identity-101/what-is-token-based-authentication/) to the backend.
1313

1414
The principles of token-based authentication are depicted in the following sequence diagram:
1515

src/content/4/es/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: es
99

1010
Los usuarios deben poder iniciar sesión en nuestra aplicación, y cuando un usuario inicia sesión, su información de usuario debe adjuntarse automáticamente a cualquier nota nueva que cree.
1111

12-
Ahora implementaremos soporte para [autenticación basada en token](https://www.digitalocean.com/community/tutorials/the-ins-and-outs-of-token-based-authentication#how-token-based-works) para el backend.
12+
Ahora implementaremos soporte para [autenticación basada en token](https://www.okta.com/identity-101/what-is-token-based-authentication/) para el backend.
1313

1414
Los principios de la autenticación basada en tokens se describen en el siguiente diagrama de secuencia:
1515

src/content/4/fi/osa4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: fi
99

1010
Käyttäjien tulee pystyä kirjautumaan sovellukseemme ja muistiinpanot pitää automaattisesti liittää kirjautuneen käyttäjän tekemiksi.
1111

12-
Toteutamme nyt backendiin tuen [token-perustaiselle](https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication#toc-how-token-based-works) autentikoinnille.
12+
Toteutamme nyt backendiin tuen [token-perustaiselle](https://www.okta.com/identity-101/what-is-token-based-authentication/) autentikoinnille.
1313

1414
Token-autentikaation periaatetta kuvaa seuraava sekvenssikaavio:
1515

src/content/4/fr/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: fr
99

1010
Les utilisateurs doivent pouvoir se connecter à notre application, et lorsque l'utilisateur est connecté, ses informations doivent automatiquement être attachées à toutes les nouvelles notes qu'ils créent.
1111

12-
Nous allons maintenant implémenter le support de [l'authentification basée sur des jetons](https://www.digitalocean.com/community/tutorials/the-ins-and-outs-of-token-based-authentication#how-token-based-works) dans le backend.
12+
Nous allons maintenant implémenter le support de [l'authentification basée sur des jetons](https://www.okta.com/identity-101/what-is-token-based-authentication/) dans le backend.
1313

1414
Les principes de l'authentification basée sur des jetons sont représentés dans le diagramme de séquence suivant :
1515

src/content/4/ptbr/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: ptbr
99

1010
Os usuários devem estar aptos a logarem na aplicação, e quando um usuário é logado, suas informações devem ser adicionadas automaticamente a qualquer nova nota que você criar.
1111

12-
Agora nós vamos implementar no backend uma [autenticação baseada em token](https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication#toc-how-token-based-works).
12+
Agora nós vamos implementar no backend uma [autenticação baseada em token](https://www.okta.com/identity-101/what-is-token-based-authentication/).
1313

1414
Os princípios da autenticação baseada em token são apresentados no diagrama abaixo:
1515

src/content/4/zh/part4d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lang: zh
1010
<!-- Users must be able to log into our application, and when a user is logged in, their user information must automatically be attached to any new notes they create.-->
1111
用户必须能够登录我们的应用,当用户登录后,他们的用户信息必须自动附加到他们创建的任何新笔记上。
1212

13-
<!-- We will now implement support for [token based authentication](https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication#toc-how-token-based-works) to the backend.-->
14-
我们现在将在后端实现对[基于令牌的认证](https://scotch.io/tutorials/the-ins-and-outs-of-token-based-authentication#toc-how-token-based-works)的支持。
13+
<!-- We will now implement support for [token based authentication](https://www.okta.com/identity-101/what-is-token-based-authentication/) to the backend.-->
14+
我们现在将在后端实现对[基于令牌的认证](https://www.okta.com/identity-101/what-is-token-based-authentication/)的支持。
1515

1616
<!-- The principles of token based authentication are depicted in the following sequence diagram:-->
1717
基于令牌的认证的原则在下面的顺序图中得到描述。

0 commit comments

Comments
 (0)