Skip to content

Commit 4a601f2

Browse files
committed
feat: add Filament Email 2FA repository configuration with version details
1 parent 1ed7e96 commit 4a601f2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

lib/repo-config.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,29 @@ const rawRepositories = [
307307
},
308308
],
309309
},
310+
{
311+
name: "Filament Email 2FA",
312+
description:
313+
"Enhance security in your Filament applications with email-based two-factor authentication (2FA) for user logins.",
314+
repository_url: "https://github.com/solutionforest/filament-email-2fa",
315+
latest_version: "2.x",
316+
versions: [
317+
{
318+
version: "1.x",
319+
github_branch: "1.x",
320+
limited_files: [
321+
{ name: "README.md", title: "Overview", slug: "overview" },
322+
],
323+
},
324+
{
325+
version: "2.x",
326+
github_branch: "2.x",
327+
limited_files: [
328+
{ name: "README.md", title: "Overview", slug: "overview" },
329+
],
330+
},
331+
],
332+
},
310333
];
311334

312335
// Transform raw repositories to include parsed owner/repo and display names

0 commit comments

Comments
 (0)