From 15916b5ba8fc062dcf9a615f3fb6790eedefabdb Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Sun, 17 Mar 2024 15:20:42 +0900 Subject: [PATCH] i18n(ja): Update authentication.mdx --- src/content/docs/ja/guides/authentication.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/ja/guides/authentication.mdx b/src/content/docs/ja/guides/authentication.mdx index f28f6cf17f71f..3905359b88d12 100644 --- a/src/content/docs/ja/guides/authentication.mdx +++ b/src/content/docs/ja/guides/authentication.mdx @@ -50,7 +50,7 @@ Luciaは、フレームワークに依存しないセッションベースの認 ### 使い方 :::tip -Luciaの充実したAstroチュートリアルの1つに従って、[ユーザー名とパスワードの認証](https://lucia-auth.com/tutorials/username-and-password/astro)または[GitHub OAuth](https://lucia-auth.com/tutorials/username-and-password/astro)をAstroプロジェクトに追加します。 +Luciaの充実したAstroチュートリアルの1つに従って、[ユーザー名とパスワードの認証](https://lucia-auth.com/tutorials/username-and-password/astro)または[GitHub OAuth](https://lucia-auth.com/tutorials/github-oauth/astro)をAstroプロジェクトに追加します。 ::: ### 次のステップ @@ -91,17 +91,17 @@ Auth.jsは、フレームワークに依存しない認証ソリューション ```shell - npm install auth-astro + npm install auth-astro @auth/core@^0.18.6 ``` ```shell - pnpm add auth-astro @auth/core + pnpm add auth-astro @auth/core@^0.18.6 ``` ```shell - yarn add auth-astro + yarn add auth-astro @auth/core@^0.18.6 ```