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.

v1.2.5 2024-04-24 09:27 UTC

This package is not auto-updated.

Last update: 2024-04-25 07:53:23 UTC


README

giphy.gif

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 the boottrap/app file.
<?php

$app->register(\Ethan\Vincss\VincssServiceProvider::class);

$vincssServiceProvider = new VincssServiceProvider();