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

https://github.com/nylo-core/laravel-nylo-auth

Laravel authentication package for Nylo apps, provides a simple way to handle basic auth using Sanctum.
https://github.com/nylo-core/laravel-nylo-auth

auth authentication laravel nylo

Last synced: 3 months ago
JSON representation

Laravel authentication package for Nylo apps, provides a simple way to handle basic auth using Sanctum.

Awesome Lists containing this project

README

          

# Mobile App Authentication for Laravel

This package allows you to authenticate users via a Nylo Flutter app.

Check out the Flutter package here to install the UI on your app: [laravel_nylo_auth](https://pub.dev/packages/laravel_auth_slate).

## Installation

You can install the package via composer:

``` bash
composer require nylo/laravel-nylo-auth
```

You can publish with:

``` bash
php artisan vendor:publish --provider="Nylo\LaravelNyloAuth\LaravelNyloAuthServiceProvider"
```

## Changelog

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

## Contributing

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

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Anthony Gordon](https://github.com/agordn52)
- [All Contributors](../../contributors)

## License

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