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. bradyrenting/filament-passwordless

ActiveLibrary

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

Passwordless authentication for Filament

2.2.0(11mo ago)2511.3k—0%15[5 PRs](https://github.com/bradyrenting/filament-passwordless/pulls)MITPHPPHP ^8.0CI passing

Since Nov 28Pushed 1mo 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 1mo ago

READMEChangelog (6)Dependencies (16)Versions (11)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

49

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity57

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 ~184 days

Recently: every ~211 days

Total

6

Last Release

336d 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://www.gravatar.com/avatar/bb213258f382e41cf423708dda50ad6a439bbda3b827dfbff5e38dbece722f97?d=identicon)[bradyrenting](/maintainers/bradyrenting)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![bradyrenting](https://avatars.githubusercontent.com/u/14994117?v=4)](https://github.com/bradyrenting "bradyrenting (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 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

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)

PHPackages © 2026

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