@@ -3,10 +3,14 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
3
3
import {
4
4
Book ,
5
5
Zap ,
6
+ HousePlus ,
7
+ ShieldUser ,
8
+ Braces ,
6
9
Key ,
10
+ LayoutDashboard ,
7
11
Shield ,
8
- GitPullRequest ,
9
12
CircleUserRound ,
13
+ UserPlus ,
10
14
FileTerminal ,
11
15
FileCode ,
12
16
HardDrive ,
@@ -15,45 +19,27 @@ import {
15
19
ArrowRight ,
16
20
Settings ,
17
21
Server ,
18
- Mail ,
22
+ WandSparkles ,
23
+ FileUser ,
19
24
Smartphone ,
20
25
Share2 ,
21
26
Building ,
22
27
RectangleEllipsis ,
23
28
Bot ,
24
- Layers ,
25
29
Fingerprint ,
26
- MailCheck ,
27
30
ShieldCheck ,
28
31
Clock ,
29
32
UserCheck ,
30
- ShieldAlert ,
31
- Timer ,
32
- UserCog ,
33
- Link ,
34
- BarChart3 ,
35
33
Puzzle ,
36
- Cloud ,
37
- Triangle ,
38
- Database ,
39
34
Workflow ,
40
- Globe ,
41
- Folder ,
42
- FileText ,
43
35
Monitor ,
44
- Code ,
45
36
Bug ,
46
- Wrench ,
47
37
Palette ,
48
- FlaskConical ,
49
- BookOpenCheck ,
50
38
Cpu ,
51
39
Hash ,
52
40
History ,
53
- Construction ,
54
41
Play ,
55
- ChevronRight ,
56
- Lightbulb ,
42
+ MailCheck ,
57
43
} from "lucide-react" ;
58
44
59
45
import VercelLogo from "/img/logos/vercel.svg" ;
@@ -80,7 +66,7 @@ const categoryIcons = {
80
66
81
67
// Authentication methods
82
68
"Email Password" : RectangleEllipsis ,
83
- Passwordless : Smartphone ,
69
+ Passwordless : WandSparkles ,
84
70
"Social Login" : CircleUserRound ,
85
71
"Enterprise Login" : Building ,
86
72
"Unified Login" : Share2 ,
@@ -108,7 +94,7 @@ const categoryIcons = {
108
94
"SuperTokens Core" : Cpu ,
109
95
110
96
// Authentication reference subcategories
111
- "Email/Password" : Mail ,
97
+ "Email/Password" : RectangleEllipsis ,
112
98
ThirdParty : Share2 ,
113
99
WebAuthn : Fingerprint ,
114
100
OAuth : Key ,
@@ -118,6 +104,16 @@ const categoryIcons = {
118
104
OTP : Smartphone ,
119
105
SAML : Building ,
120
106
107
+ // CDI/FDI
108
+ "Email Verification" : MailCheck ,
109
+ "Account Linking" : FileUser ,
110
+ "Bulk Import" : UserPlus ,
111
+ Core : Cpu ,
112
+ Dashboard : LayoutDashboard ,
113
+ "User Metadata" : Braces ,
114
+ "User Roles" : ShieldUser ,
115
+ Multitenancy : HousePlus ,
116
+
121
117
// Quickstart guides and workflows
122
118
"Quickstart Guides" : Zap ,
123
119
"Advanced Workflows" : Workflow ,
0 commit comments