Looking to hire Laravel developers? Try LaraJobs

laravel-bankid maintained by ansjabar

Description
Laravel handler to identify user through BankID
Author
Last update
2022/11/23 13:57 (dev-main)
License
Links
Downloads
9
Tags

Comments
comments powered by Disqus

laravel-bankid

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.