From 9aaa085a66929ffb364d8442716639ed376fe5e1 Mon Sep 17 00:00:00 2001 From: Arnaud Dagnelies Date: Mon, 30 Oct 2023 08:32:51 +0000 Subject: [PATCH 1/2] ... --- _config.yml | 30 ++++++++----------- .../{oauth2 => openid}/1_introduction.md | 0 protocols/{oauth2 => openid}/2_authorize.md | 0 protocols/{oauth2 => openid}/3_token.md | 0 4 files changed, 13 insertions(+), 17 deletions(-) rename protocols/{oauth2 => openid}/1_introduction.md (100%) rename protocols/{oauth2 => openid}/2_authorize.md (100%) rename protocols/{oauth2 => openid}/3_token.md (100%) diff --git a/_config.yml b/_config.yml index 1beb4b7..e0c51de 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,6 @@ author: Arnaud Dagnelies navbar-var-length: true navbar-links: - F.A.Q.: faq/index Getting Started: - Javascript - Vanilla: getting_started/javascript_spa - Python - FastAPI: https://github.com/passwordless-id/fast-api-demo @@ -21,22 +20,19 @@ navbar-links: - OpenID configuration: usage/openid # - Verifying an `id_token`: usage/id_token Pricing: pricing - Protocols: - OAuth2: - - Introduction: protocols/oauth2/1_introduction - - /authorize: protocols/oauth2/2_authorize - - /token: protocols/oauth2/3_token - OpenID: - - Introduction: TODO - - /authorize: TODO - Webauthn: - - Introduction: protocols/webauthn/1_introduction - - Registration: protocols/webauthn/2_registration - - Authentication: protocols/webauthn/3_authentication - - Webauthn Helper Library: usage/webauthn - - Security & Privacy: protocols/webauthn/4_security - - E-Mails vs Usernames: thoughts/emails-vs-usernames - - User Guidance: thoughts/guidance + F.A.Q.: faq/index + OpenID: + - Introduction: protocols/openid/1_introduction + - /authorize: protocols/openid/2_authorize + - /token: protocols/openid/3_token + Webauthn: + - Introduction: protocols/webauthn/1_introduction + - Registration: protocols/webauthn/2_registration + - Authentication: protocols/webauthn/3_authentication + - Webauthn Helper Library: usage/webauthn + - Security & Privacy: protocols/webauthn/4_security + - E-Mails vs Usernames: thoughts/emails-vs-usernames + - User Guidance: thoughts/guidance Community: - Logos, icons & banners: community/logos_icons_banners - Discord: https://discord.gg/v73cHHnqzZ diff --git a/protocols/oauth2/1_introduction.md b/protocols/openid/1_introduction.md similarity index 100% rename from protocols/oauth2/1_introduction.md rename to protocols/openid/1_introduction.md diff --git a/protocols/oauth2/2_authorize.md b/protocols/openid/2_authorize.md similarity index 100% rename from protocols/oauth2/2_authorize.md rename to protocols/openid/2_authorize.md diff --git a/protocols/oauth2/3_token.md b/protocols/openid/3_token.md similarity index 100% rename from protocols/oauth2/3_token.md rename to protocols/openid/3_token.md From 371271e7fefb05e850e4aff6d1f7feaebe32197c Mon Sep 17 00:00:00 2001 From: Arnaud Dagnelies Date: Mon, 30 Oct 2023 08:32:51 +0000 Subject: [PATCH 2/2] ... --- _config.yml | 30 ++++++++----------- .../{oauth2 => openid}/1_introduction.md | 0 protocols/{oauth2 => openid}/2_authorize.md | 0 protocols/{oauth2 => openid}/3_token.md | 0 4 files changed, 13 insertions(+), 17 deletions(-) rename protocols/{oauth2 => openid}/1_introduction.md (100%) rename protocols/{oauth2 => openid}/2_authorize.md (100%) rename protocols/{oauth2 => openid}/3_token.md (100%) diff --git a/_config.yml b/_config.yml index 1beb4b7..e0c51de 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,6 @@ author: Arnaud Dagnelies navbar-var-length: true navbar-links: - F.A.Q.: faq/index Getting Started: - Javascript - Vanilla: getting_started/javascript_spa - Python - FastAPI: https://github.com/passwordless-id/fast-api-demo @@ -21,22 +20,19 @@ navbar-links: - OpenID configuration: usage/openid # - Verifying an `id_token`: usage/id_token Pricing: pricing - Protocols: - OAuth2: - - Introduction: protocols/oauth2/1_introduction - - /authorize: protocols/oauth2/2_authorize - - /token: protocols/oauth2/3_token - OpenID: - - Introduction: TODO - - /authorize: TODO - Webauthn: - - Introduction: protocols/webauthn/1_introduction - - Registration: protocols/webauthn/2_registration - - Authentication: protocols/webauthn/3_authentication - - Webauthn Helper Library: usage/webauthn - - Security & Privacy: protocols/webauthn/4_security - - E-Mails vs Usernames: thoughts/emails-vs-usernames - - User Guidance: thoughts/guidance + F.A.Q.: faq/index + OpenID: + - Introduction: protocols/openid/1_introduction + - /authorize: protocols/openid/2_authorize + - /token: protocols/openid/3_token + Webauthn: + - Introduction: protocols/webauthn/1_introduction + - Registration: protocols/webauthn/2_registration + - Authentication: protocols/webauthn/3_authentication + - Webauthn Helper Library: usage/webauthn + - Security & Privacy: protocols/webauthn/4_security + - E-Mails vs Usernames: thoughts/emails-vs-usernames + - User Guidance: thoughts/guidance Community: - Logos, icons & banners: community/logos_icons_banners - Discord: https://discord.gg/v73cHHnqzZ diff --git a/protocols/oauth2/1_introduction.md b/protocols/openid/1_introduction.md similarity index 100% rename from protocols/oauth2/1_introduction.md rename to protocols/openid/1_introduction.md diff --git a/protocols/oauth2/2_authorize.md b/protocols/openid/2_authorize.md similarity index 100% rename from protocols/oauth2/2_authorize.md rename to protocols/openid/2_authorize.md diff --git a/protocols/oauth2/3_token.md b/protocols/openid/3_token.md similarity index 100% rename from protocols/oauth2/3_token.md rename to protocols/openid/3_token.md