PHPackages                             laranex/laravel-biometric-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. laranex/laravel-biometric-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

laranex/laravel-biometric-auth
==============================

A laravel package to provide asymmetric biometric authentication

v3.0.0(11mo ago)106.0k↓38.9%4[2 PRs](https://github.com/laranex/laravel-biometric-auth/pulls)MITPHPPHP ^7.0|^8.0CI passing

Since Feb 21Pushed 10mo agoCompare

[ Source](https://github.com/laranex/laravel-biometric-auth)[ Packagist](https://packagist.org/packages/laranex/laravel-biometric-auth)[ Docs](https://github.com/laranex/laravel-biometric-auth)[ RSS](/packages/laranex-laravel-biometric-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

A laravel package to provide asymmetric biometric authentication
================================================================

[](#a-laravel-package-to-provide-asymmetric-biometric-authentication)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9dd54b34b5fdd524977587bbff5e0df09396bc0f5fa95441c775c1e217d9ae3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172616e65782f6c61726176656c2d62696f6d65747269632d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laranex/laravel-biometric-auth)[![GitHub Tests Action Status](https://camo.githubusercontent.com/92513a9e1ab211d4e6908ff93eb5a51656ab245573ca357b652731c27510c1d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172616e65782f6c61726176656c2d62696f6d65747269632d617574682f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/laranex/laravel-biometric-auth/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4730e6d2806a467b9b056ac5121bbb18604bd801f700b3415d08650fa7671806/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172616e65782f6c61726176656c2d62696f6d65747269632d617574682f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/laranex/laravel-biometric-auth/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/602bf7f6cd28e433ac4d2a9bec10410f6c662a43c33d35db6d8f7aa2dba4a735/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172616e65782f6c61726176656c2d62696f6d65747269632d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laranex/laravel-biometric-auth)

[![Create Biometric](./docs/CreateBiometric.png)](./docs/CreateBiometric.png)[![Verify Biometric](./docs/CreateBiometric.png)](./docs/CreateBiometric.png)

Supported Public Keys
---------------------

[](#supported-public-keys)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require laranex/laravel-biometric-auth
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="biometric-auth-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="biometric-auth-config"
```

This is the contents of the published config file:

```
