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:
Kinfe Michael Tariku
2024-10-04 23:04:32 +03:00
committed by GitHub
parent 567e718cba
commit f9beea9edc
8 changed files with 295 additions and 1 deletions

View File

@@ -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,