An open API service indexing awesome lists of open source software.

https://github.com/sytxlabs/nologin


https://github.com/sytxlabs/nologin

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# NoLogin

[![MIT Licensed](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Check code style](https://github.com/SytxLabs/NoLogin/actions/workflows/code-style.yml/badge.svg?style=flat-square)](https://github.com/SytxLabs/NoLogin/actions/workflows/code-style.yml)
[![Latest Version on Packagist](https://poser.pugx.org/sytxlabs/nologin/v/stable?format=flat-square)](https://packagist.org/packages/sytxlabs/nologin)
[![Total Downloads](https://poser.pugx.org/sytxlabs/nologin/downloads?format=flat-square)](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.