ethan-vincss / vincss
Represents the description of the OMNI-SERVICE package. This field provides a brief explanation of what the package is about. In this case, it specifies that the package is intended for OMNI-SERVICE only.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/ethan-vincss/vincss
Requires
- php: >=7.3
- illuminate/support: ^8.0
- laravel/lumen-framework: ^8.0
- tymon/jwt-auth: ^1.0
README

OMNI-SERVICE-VINCSS
- This is the README file for the
OMNI-SERVICE-VINCSS
package. - @package OMNI-SERVICE-VINCSS
- @version 1.0.2
- @trannguyendanhuy2904
- @license [MIT]
Installation
Require ethan-vincss/vincss
using composer.
Getting started
- This section provides information on how to get started with using the
OMNI-SERVICE-VINCSS
package. - To get started with using the
OMNI-SERVICE-VINCSS
package, follow the recommended next steps outlined in this README.
Usage
This package provides a VincssServiceProvider
that you can register in your Laravel application. This service provider registers a FidoController
that you can use for FIDO2 authentication.
Here's how you can use this package:
- Register the
VincssServiceProvider
class in theboottrap/app
file.
<?php
$app->register(\Ethan\Vincss\VincssServiceProvider::class);
$vincssServiceProvider = new VincssServiceProvider();