sytxlabs / nologin
This module adds a cross-site login system to the platform. It allows users to log in to the platform without having to enter their credentials again if they are already logged in on another site.
Installs: 1 318
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sytxlabs/nologin
Requires
- php: ^8.2|^8.3|^8.4
- ext-mbstring: *
- ext-openssl: *
- guzzlehttp/guzzle: ^7.9.3
Requires (Dev)
This package is auto-updated.
Last update: 2025-11-25 14:40:27 UTC
README
This package provides a simple way to generate secure, one-time login links for your users. It is designed to be used in applications where you want to allow users to log in without a password, such as in passwordless authentication systems.
Prerequisites
- ext-open_ssl
- PHP 8.2 or higher
Installation
composer require sytxlabs/nologin
License
The MIT License (MIT). Please see License File for more information.