Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkwinkelmann/flarum-ext-passwordless
Passwordless login for Flarum
https://github.com/clarkwinkelmann/flarum-ext-passwordless
Last synced: 2 months ago
JSON representation
Passwordless login for Flarum
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-passwordless
- Owner: clarkwinkelmann
- License: mit
- Created: 2020-01-23T01:41:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T22:06:46.000Z (4 months ago)
- Last Synced: 2024-10-14T10:46:02.151Z (3 months ago)
- Language: PHP
- Homepage: https://discuss.flarum.org/d/22606
- Size: 445 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Passwordless login
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clarkwinkelmann/flarum-ext-passwordless/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-passwordless.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-passwordless) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-passwordless.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-passwordless) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/clarkwinkelmann)
This is a custom implementation of passwordless login for Flarum.
The login modal is turned into passwordless mode by default, but login via password is still possible via a link at the bottom of the modal.
Users are still able to set a password via the password change or password reset features.By default login links are valid for 5 minutes.
The token present at the bottom of the email can also be used as a password until it expires.
This allows connecting into a different browser than the one that received the email.Password becomes optional in the signup process and the password field is hidden by default.
A random password is generated when the field is left empty.## Installation
composer require clarkwinkelmann/flarum-ext-passwordless
## Support
This extension is under **active maintenance**.
Bugfixes and compatibility updates will be published for free as time allows.
You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-passwordless)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-passwordless)
- [Discuss](https://discuss.flarum.org/d/22606)