-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
82 lines (66 loc) · 2.21 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
remote_theme: dagnelies/beautiful-jekyll
#remote_theme: https://github.com/daattali/beautiful-jekyll
#remote_theme: just-the-docs/just-the-docs
title: Passwordless
author: Arnaud Dagnelies
navbar-var-length: true
navbar-links:
Getting Started:
- Javascript - Vanilla: getting_started/javascript_spa
- Python - FastAPI: https://github.com/passwordless-id/fast-api-demo
- Java - Spring Boot: https://github.com/passwordless-id/spring-boot-demo
- C# - ASP.NET: getting_started/dot_net
- Want more?: getting_started/want_more
Docs:
- The "big picture": docs/1_big_picture
- UI screenshots: screenshots
- OpenID configuration: usage/openid
# - Verifying an `id_token`: usage/id_token
Pricing: pricing
F.A.Q.: faq/index
OpenID:
- Introduction: protocols/openid/1_introduction
- /authorize: protocols/openid/2_authorize
- /token: protocols/openid/3_token
- Discovery: protocols/openid/4_discovery
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
- Github: https://github.com/passwordless-id/www
- Blog: https://blog.passwordless.id
- Roadmap: https://github.com/orgs/passwordless-id/projects/1
# Protocols:
# OAuth2 / OpenID:
# - Introduction: protocols/oauth2/1_introduction
edit_page_button: true
#light: "#d4fbff"
#medium: "#6dc9f7"
#dark: "#0089ef"
navbar-col: "#0089ef"
navbar-text-col: "#fff"
navbar-border-col: "#0089ef"
page-col: "#fff"
text-col: "#000"
link-col: "#0089ef"
hover-col: "#6dc9f7"
footer-col: "#ffd7e5"
footer-text-col: "#fa759e"
#navbar-col: "#7957d5"
#navbar-text-col: "#fff"
#navbar-border-col: "#7957d5"
#page-col: "#fff"
#text-col: "#000"
#link-col: "#7957d5"
#hover-col: "#f2effb"
#footer-col: "#f2effb"
#footer-text-col: "#552fbc"
#footer-link-col: "#7957d5"
#footer-hover-col: "#000"