From b448e11c7b13ea4775f4cf399b93a5435288a58c Mon Sep 17 00:00:00 2001 From: Diego Fabricio Date: Wed, 31 Jan 2024 21:30:15 -0500 Subject: [PATCH 1/2] feat: authentication resource MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se agrega recurso para librerías de autenticación --- docs/frontend/authentication.mdx | 30 ++++++++++++++++++++++++++++++ docs/menu.mdx | 3 +++ 2 files changed, 33 insertions(+) create mode 100644 docs/frontend/authentication.mdx diff --git a/docs/frontend/authentication.mdx b/docs/frontend/authentication.mdx new file mode 100644 index 0000000..b241a92 --- /dev/null +++ b/docs/frontend/authentication.mdx @@ -0,0 +1,30 @@ +--- +title: Autenticación +description: 'Librerías para gestionar sesiones en aplicaciones web, simplificando el control de autenticación y seguridad del flujo de usuarios.' + +contributors: + - github_username: 'difagume' + +submenu: + - imgPlaceholder: 'Auth.js' + titleCard: 'Autenticación de código abierto para aplicaciones web' + links: + - type: 'Web' + url: 'https://authjs.dev/' + cover: + src: '' + height: 65 + width: 72 + videos: [] + + - imgPlaceholder: 'Lucia Auth' + titleCard: 'Lucia es una biblioteca de autenticación escrita en TypeScript que abstrae la complejidad del manejo de sesiones.' + links: + - type: 'Web' + url: 'https://lucia-auth.com/' + cover: + src: '' + height: 80 + width: 190 + videos: [] +--- diff --git a/docs/menu.mdx b/docs/menu.mdx index a357e60..9f5ac45 100644 --- a/docs/menu.mdx +++ b/docs/menu.mdx @@ -32,6 +32,9 @@ - name: 'Imagenes' url: '/docs/frontend/images' + - name: 'Autenticación' + url: '/docs/frontend/authentication' + - name: 'Backend' items: From e33c437116facffe7451e7eecee5067cf24ecc18 Mon Sep 17 00:00:00 2001 From: Diego Fabricio Date: Wed, 31 Jan 2024 21:40:27 -0500 Subject: [PATCH 2/2] refactor: cambio de nombre --- docs/frontend/authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/authentication.mdx b/docs/frontend/authentication.mdx index b241a92..052ac4d 100644 --- a/docs/frontend/authentication.mdx +++ b/docs/frontend/authentication.mdx @@ -17,7 +17,7 @@ submenu: width: 72 videos: [] - - imgPlaceholder: 'Lucia Auth' + - imgPlaceholder: 'Lucia' titleCard: 'Lucia es una biblioteca de autenticación escrita en TypeScript que abstrae la complejidad del manejo de sesiones.' links: - type: 'Web'