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.
- Host: GitHub
- URL: https://github.com/nylo-core/laravel-nylo-auth
- Owner: nylo-core
- License: mit
- Created: 2023-11-24T10:46:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T03:32:45.000Z (11 months ago)
- Last Synced: 2025-09-16T15:44:59.474Z (5 months ago)
- Topics: auth, authentication, laravel, nylo
- Language: PHP
- Homepage: https://nylo.dev
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.