ansjabar/laravel-bankid

Laravel handler to identify user through BankID

0.1.0 2022-11-23 12:57 UTC

This package is not auto-updated.

Last update: 2024-05-09 18:59:21 UTC


README

Laravel handler to identify user through BankID

Installation

Require this package with composer.

$ composer require ansjabar/laravel-bankid

Integration

$ php artisan vendor:publish --provider="AnsJabar\LaravelBankId\BankIdServiceProvider"

Add BANKID_CERTIFICATE_PATH, BANKID_CERTIFICATE_PASSWORD and 'BANKID_RESPONSE_WAIT to your .env file.

Usage

(new \AnsJabar\LaravelBankId\BankId)->identify($person_no);

License

This laravel-teams-logger package is available under the MIT license. See the LICENSE file for more info.