mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: add security section
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
Mailbox,
|
||||
Phone,
|
||||
ScanFace,
|
||||
ShieldCheck,
|
||||
UserCircle,
|
||||
Users2,
|
||||
UserSquare2,
|
||||
@@ -691,6 +692,11 @@ export const contents: Content[] = [
|
||||
</svg>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "Security",
|
||||
href: "/docs/reference/security",
|
||||
icon: () => <ShieldCheck className="text-current w-4 h-4" />,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user