https://github.com/sytxlabs/nologin
https://github.com/sytxlabs/nologin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sytxlabs/nologin
- Owner: SytxLabs
- License: mit
- Created: 2025-07-01T19:16:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-08T18:47:50.000Z (12 months ago)
- Last Synced: 2025-07-09T20:37:54.196Z (12 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoLogin
[](LICENSE)
[](https://github.com/SytxLabs/NoLogin/actions/workflows/code-style.yml)
[](https://packagist.org/packages/sytxlabs/nologin)
[](https://packagist.org/packages/sytxlabs/nologin)
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
```sh
composer require sytxlabs/nologin
```
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.