From 11c81d246bf9a3bc100dade3efdc30b4090c90f0 Mon Sep 17 00:00:00 2001 From: LaPenna <57771407+LaPenna@users.noreply.github.com> Date: Sat, 11 Jul 2020 16:24:25 +0100 Subject: [PATCH] README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bc8b2..ebddedb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Just hit the console and require it with Composer. ## What is WebAuthn? How it uses fingerprints or else? -In a nutshell, [mayor browsers are compatible with Web Authentication API](https://caniuse.com/#feat=webauthn), pushing authentication to the device (fingerprints, Face ID, patterns, codes, etc) instead of plain-text passwords. +In a nutshell, [major browsers are compatible with Web Authentication API](https://caniuse.com/#feat=webauthn), pushing authentication to the device (fingerprints, Face ID, patterns, codes, etc) instead of plain-text passwords. This package validates the WebAuthn payload from the devices using a custom [user provider](https://laravel.com/docs/authentication#adding-custom-user-providers).