DarkGhostHunter / Laraguard

"On-premises 2FA Authentication for all your users out-of-the-box
MIT License
266 stars 24 forks source link

[Question] Laravel Passport Integration #60

Closed lucianobosco closed 3 years ago

lucianobosco commented 3 years ago

Hi! This looks like such a nice library. I'm wondering if can be integrated with Laravel Passport or any OAuth2 server implementation. I'm working with Vue Js as a front-end and Laravel as a Rest API service. It would be great to have this working on my projects.

Thanks!

DarkGhostHunter commented 3 years ago

Not out of the box, as it uses a custom driver. You could extend Passport driver for a check on WebAuthn Credentials.