Laragear / WebAuthn

Authenticate users with Passkeys: fingerprints, patterns and biometric data.
MIT License
298 stars 37 forks source link

[2.x] Update readme to use `WebAuthnLoginController` and `WebAuthnRegisterController` #25

Closed wwwDESIGN-basti closed 1 month ago

wwwDESIGN-basti commented 1 year ago

PHP & Platform

8.1.2 & Ubuntu

Database

No response

Laravel version

9

Have you done this?

Expectation

-

Description

Hey Guys,

The README file talks about an AttestationController file. This is not created during installation.

  1. How do I create these?
  2. How does Laravel know to speak to this controller?

Reproduction

-

Stack trace & logs

No response

DarkGhostHunter commented 1 year ago

You have to create yourself if you don't publish the included controllers. I added a clarification on the code blocks for these hypothetical controllers.

aaronpk commented 4 months ago

Did this file get renamed? I don't see any trace of AttestationController in the code anymore except for the mention in the README

DarkGhostHunter commented 3 months ago

@aaronpk You're right, the controllers were renamed. I'll have to fix the README.

DarkGhostHunter commented 1 month ago

Fixed on 3.0