PHPackages                             bradyrenting/filament-passwordless - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. bradyrenting/filament-passwordless

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

bradyrenting/filament-passwordless
==================================

Passwordless authentication for Filament

2.3.1(2w ago)2611.4k↓60%15[4 PRs](https://github.com/bradyrenting/filament-passwordless/pulls)MITPHPPHP ^8.0CI passing

Since Nov 28Pushed 1w ago3 watchersCompare

[ Source](https://github.com/bradyrenting/filament-passwordless)[ Packagist](https://packagist.org/packages/bradyrenting/filament-passwordless)[ Docs](https://github.com/bradyrenting/filament-passwordless)[ GitHub Sponsors](https://github.com/bradyrenting)[ RSS](/packages/bradyrenting-filament-passwordless/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (32)Versions (15)Used By (0)

Passwordless Authentication for Filament
========================================

[](#passwordless-authentication-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e12910ef1965c8154fad33ddfa9a399fb0b5ec1dcc70eaa5cc4037cb0183b742/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627261647972656e74696e672f66696c616d656e742d70617373776f72646c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bradyrenting/filament-passwordless)[![GitHub Tests Action Status](https://camo.githubusercontent.com/88810511ccbd0b01409c13ea7ede517adf6cf5e36744147c86297e59008d80ad/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f627261647972656e74696e672f66696c616d656e742d70617373776f72646c6573732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d7465737473)](https://github.com/bradyrenting/filament-passwordless/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/64a0cf273a38f02dd1dec8b34b4fecc463c9920ec641ff8a6ca534b17028b4b6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f627261647972656e74696e672f66696c616d656e742d70617373776f72646c6573732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d636f64652532307374796c65)](https://github.com/bradyrenting/filament-passwordless/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2fce1416d913cde4b5c51302e031f8891539870a544f8e177fe1c498fe54f405/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627261647972656e74696e672f66696c616d656e742d70617373776f72646c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bradyrenting/filament-passwordless)

Filament Passwordless is a package for [Filament](https://filamentphp.com/) that allows users to login without a password.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require bradyrenting/filament-passwordless
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-passwordless-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-passwordless-views"
```

Usage
-----

[](#usage)

Register the plugin in your Filament panel provider (the default filename is `app/Providers/Filament/AdminPanelProvider.php`):

```
use BradyRenting\FilamentPasswordless\FilamentPasswordlessPlugin;

// ...

    return $panel
        ->plugin(FilamentPasswordlessPlugin::make())
// ...
```

Note that you can remove any existing call to `->login()` in the panel's configuration because it will be provided by this plugin.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Brady Renting](https://github.com/bradyrenting)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

###  Health Score

55

↑

FairBetter than 97% of packages

Maintenance97

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~185 days

Recently: every ~148 days

Total

8

Last Release

16d ago

Major Versions

1.1.1 → 2.0.02024-11-01

PHP version history (2 changes)1.0.0PHP ^8.1

1.1.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14994117?v=4)[Brady](/maintainers/bradyrenting)[@bradyrenting](https://github.com/bradyrenting)

---

Top Contributors

[![bradyrenting](https://avatars.githubusercontent.com/u/14994117?v=4)](https://github.com/bradyrenting "bradyrenting (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![KSneijders](https://avatars.githubusercontent.com/u/32707500?v=4)](https://github.com/KSneijders "KSneijders (1 commits)")[![mtawil](https://avatars.githubusercontent.com/u/700753?v=4)](https://github.com/mtawil "mtawil (1 commits)")[![nicgordon](https://avatars.githubusercontent.com/u/2223986?v=4)](https://github.com/nicgordon "nicgordon (1 commits)")[![sWalbrun](https://avatars.githubusercontent.com/u/38902857?v=4)](https://github.com/sWalbrun "sWalbrun (1 commits)")

---

Tags

filamentphplaravellaravel-filamentmagic-linklaravelfilament-passwordlessbradyrenting

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bradyrenting-filament-passwordless/health.svg)

```
[![Health](https://phpackages.com/badges/bradyrenting-filament-passwordless/health.svg)](https://phpackages.com/packages/bradyrenting-filament-passwordless)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k2.1M56](/packages/jeffgreco13-filament-breezy)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k37](/packages/spatie-laravel-passkeys)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
