mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
feat: added anonymous auth plugin (#88)
* feat: added anonymous auth * fix: log * test: add tests * docs --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
567e718cba
commit
f9beea9edc
@@ -5,6 +5,7 @@ import {
|
||||
Mailbox,
|
||||
Phone,
|
||||
ScanFace,
|
||||
UserCircle,
|
||||
Users2,
|
||||
UserSquare2,
|
||||
} from "lucide-react";
|
||||
@@ -582,6 +583,11 @@ export const contents: Content[] = [
|
||||
icon: UserSquare2,
|
||||
href: "/docs/plugins/username",
|
||||
},
|
||||
{
|
||||
title: "Anonymous",
|
||||
icon: UserCircle,
|
||||
href: "/docs/plugins/anonymous",
|
||||
},
|
||||
{
|
||||
title: "Phone Number",
|
||||
icon: Phone,
|
||||
@@ -609,6 +615,7 @@ export const contents: Content[] = [
|
||||
</svg>
|
||||
),
|
||||
},
|
||||
|
||||
{
|
||||
title: "Authorization",
|
||||
group: true,
|
||||
|
||||
Reference in New Issue
Block a user