https://github.com/antonioribeiro/http-basic-auth
HTTP Basic Auth middleware for Laravel
https://github.com/antonioribeiro/http-basic-auth
Last synced: 8 months ago
JSON representation
HTTP Basic Auth middleware for Laravel
- Host: GitHub
- URL: https://github.com/antonioribeiro/http-basic-auth
- Owner: antonioribeiro
- License: mit
- Created: 2022-07-18T09:22:31.000Z (about 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-07-18T13:56:28.000Z (about 3 years ago)
- Last Synced: 2025-01-06T01:43:45.487Z (9 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# HTTP Basic Auth
### TODO
- Write docs 😆 (Check how to use on https://github.com/luislavena/template-laravel-twill)
- Add to install procedure: `php artisan vendor:publish --provider="A17\HttpBasicAuth\ServiceProvider"`