velcoda / api-auth
Handles Authentication within Velcoda Services
v5.1.0
2024-06-15 09:59 UTC
Requires
- aws/aws-sdk-php: ^3.283
- firebase/php-jwt: ^v6.4
- guzzlehttp/guzzle: ^7.5
- illuminate/auth: ^v11.0
- illuminate/cache: ^11.0
- illuminate/console: ^11.0
- illuminate/database: ^11.0
- illuminate/http: ^11.0
- illuminate/routing: ^11.0
- illuminate/support: ^11.0
- league/flysystem-aws-s3-v3: ^3.0
- respect/validation: ^2.1
- strobotti/php-jwk: ^1.3
- velcoda/exceptions: ^3.0
- velcoda/services: ^4.0
- velcoda/transaction-flow: ^3.0
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11
- dev-main
- v5.1.0
- v5.0.0
- v4.1.8
- v4.1.7
- v4.1.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.0
- v3.4.3
- 3.4.2
- v3.4.1
- v3.4.0
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-dev
- dev-feature/auto-release-and-tag
- dev-fix/remove-token-helper
- dev-feature/cert-keys-from-env-vars
- dev-hotfix/guard-checks-for-jwt-null
- dev-feature/refactor-cert-caching
This package is auto-updated.
Last update: 2024-10-15 09:35:47 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.