spomky-labs / u2f-bundle
Symfony Bundle for FIDO U2F Support
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^7.1
- spomky-labs/u2f-php: ^1.0@dev
- symfony/config: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/http-foundation: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
- symfony/security-bundle: ^3.4|^4.0
Requires (Dev)
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^6.1
- satooshi/php-coveralls: ^2.0
- symfony/browser-kit: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
- symfony/phpunit-bridge: ^3.4|^4.0
This package is auto-updated.
Last update: 2022-02-01 13:12:27 UTC
README
FIDO U2F Support for PHP is a Symfony bundle that will help you to support compatible security tokens.
Installation
Install the library with Composer: composer require spomky-labs/u2f-bundle
.
This project follows the semantic versioning strictly.
Documentation
To Be Written
Contributing
Requests for new features, bug fixed and all other ideas to make this project useful are welcome. The best contribution you could provide is by fixing the opened issues where help is wanted.
Please report all issues in the main repository.
Please make sure to follow these best practices.
Security Issues
If you discover a security vulnerability within the project, please don't use the bug tracker and don't publish it publicly. Instead, all security issues must be sent to security [at] spomky-labs.com.
Licence
This project is release under MIT licence.