velcoda / api-auth
Handles Authentication within Velcoda Services
v5.3.2
2025-09-22 14:12 UTC
Requires
- aws/aws-sdk-php: ^3.356
- firebase/php-jwt: ^v6.4
- guzzlehttp/guzzle: ^7.5
- illuminate/auth: ^v12.0
- illuminate/cache: ^12.0
- illuminate/console: ^12.0
- illuminate/database: ^12.0
- illuminate/http: ^12.0
- illuminate/routing: ^12.0
- illuminate/support: ^12.0
- league/flysystem-aws-s3-v3: ^3.0
- respect/validation: ^2.1
- strobotti/php-jwk: ^1.3
- velcoda/exceptions: ^v3.1.0
- velcoda/services: ^v4.7.2
- velcoda/transaction-flow: ^v3.1.0
Requires (Dev)
- orchestra/testbench: ^v10.6.0
- phpunit/phpunit: ^11
This package is auto-updated.
Last update: 2026-06-22 13:53:38 UTC
README
Install
composer require velcoda/api-auth
Configuration
Set the JWT_PUBLIC_KEY environment variable. It is used to verify the JWT token signature.
Usage
Write a few lines about the usage of this package.
Testing
Run the tests with:
vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email tech@velcoda.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.