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

https://github.com/arielmejiadev/json-api-auth

Laravel package to add authentication scaffold for Json APIs.
https://github.com/arielmejiadev/json-api-auth

authentication jwt laravel passport php restful-api sanctum

Last synced: 7 months ago
JSON representation

Laravel package to add authentication scaffold for Json APIs.

Awesome Lists containing this project

README

          

# 🔐 Authentication scaffold for Json Apis.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/arielmejiadev/json-api-auth.svg?style=flat-square)](https://packagist.org/packages/arielmejiadev/json-api-auth)
[![Total Downloads](https://img.shields.io/packagist/dt/arielmejiadev/json-api-auth.svg?style=flat-square)](https://packagist.org/packages/arielmejiadev/json-api-auth)

It adds all the scaffold to get register, login, logout, forgot password, password verify and verify email account features for Apis.

It plays well with both authentication official packages Laravel Passport or Sanctum.

To learn all about it, head over to the extensive documentation.

## 👨‍💻 Installation

You can install the package via composer:

```bash
composer require arielmejiadev/json-api-auth --dev
```

## 📦 Usage

``` php
php artisan json-api-auth:install
```

### 🔬 Testing

``` bash
php artisan test
```

### 📚 Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## 👍 Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### 🔒 Security

If you discover any security related issues, please email arielmejiadev@gmail.com instead of using the issue tracker.

## 💎 Credits

- [Ariel Mejia Dev](https://github.com/arielmejiadev)
- [All Contributors](../../contributors)

## 📓 License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Support the project

Hey 👋 thanks for considering making a donation, with these donations I can continue working to contribute to opensource projects.