File tree Expand file tree Collapse file tree 4 files changed +10
-184
lines changed
Expand file tree Collapse file tree 4 files changed +10
-184
lines changed Original file line number Diff line number Diff line change 33.editorconfig export-ignore
44.gitattributes export-ignore
55.gitignore export-ignore
6+ .releaserc export-ignore
67.styleci.yml export-ignore
78CHANGELOG.md export-ignore
9+ crowdin.yml export-ignore
810phpstan.neon export-ignore
911phpunit.xml export-ignore
1012psalm.xml export-ignore
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2019 Alexis Saettler
3+ Copyright © 2019–2022 Alexis Saettler
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ Webauthn adapter for Laravel
33
44LaravelWebauthn is an adapter to use Webauthn as 2FA (second-factor authentication) on Laravel.
55
6- [ ![ Latest Version] ( https://img.shields.io/packagist/v/asbiin/laravel-webauthn.svg?style=flat-square )] ( https://github.com/asbiin/laravel-webauthn/releases )
7- [ ![ Downloads] ( https://img.shields.io/packagist/dt/asbiin/laravel-webauthn.svg?style=flat-square )] ( https://packagist.org/packages/asbiin/laravel-webauthn )
8- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/asbiin/laravel-webauthn/Laravel%20WebAuthn%20workflow?style=flat-square )] ( https://github.com/asbiin/laravel-webauthn/actions?query=branch%3Amaster )
9- [ ![ Sonar Quality Gate] ( https://img.shields.io/sonar/quality_gate/asbiin_laravel-webauthn?server=https%3A%2F%2Fsonarcloud.io&style=flat-square )] ( https://sonarcloud.io/dashboard?id=asbiin_laravel-webauthn )
10- [ ![ Coverage Status] ( https://img.shields.io/sonar/https/sonarcloud.io/ asbiin_laravel-webauthn/coverage.svg? style=flat-square )] ( https://sonarcloud.io/dashboard?id=asbiin_laravel-webauthn )
6+ [ ![ Latest Version] ( https://img.shields.io/packagist/v/asbiin/laravel-webauthn.svg?style=flat-square&label=Latest%20Version )] ( https://github.com/asbiin/laravel-webauthn/releases )
7+ [ ![ Downloads] ( https://img.shields.io/packagist/dt/asbiin/laravel-webauthn.svg?style=flat-square&label=Downloads )] ( https://packagist.org/packages/asbiin/laravel-webauthn )
8+ [ ![ Workflow Status] ( https://img.shields.io/github/workflow/status/asbiin/laravel-webauthn/Laravel%20WebAuthn%20workflow?style=flat-square&label=Workflow%20Status )] ( https://github.com/asbiin/laravel-webauthn/actions?query=branch%3Amain )
9+ [ ![ Quality Gate] ( https://img.shields.io/sonar/quality_gate/asbiin_laravel-webauthn?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&label=Quality%20Gate )] ( https://sonarcloud.io/dashboard?id=asbiin_laravel-webauthn )
10+ [ ![ Coverage Status] ( https://img.shields.io/sonar/coverage/ asbiin_laravel-webauthn?server=https%3A%2F%2Fsonarcloud.io& style=flat-square&label=Coverage%20Status )] ( https://sonarcloud.io/dashboard?id=asbiin_laravel-webauthn )
1111
1212
1313# Installation
@@ -219,6 +219,6 @@ Events are dispatched by LaravelWebauthn:
219219
220220Author : [Alexis Saettler](https://github.com/asbiin)
221221
222- Copyright © 2019-2020 .
222+ Copyright © 2019–2022 .
223223
224- Licensed under the MIT License. [View license](/LICENSE).
224+ Licensed under the MIT License. [View license](/LICENSE.md ).
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments