nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

Extend Laravel Sanctum to support Google 2FA #1706

Closed sts-ryan-holton closed 2 years ago

sts-ryan-holton commented 2 years ago

My project allows a user to use 2FA, I was originally using the local scheme and managed to create a custom scheme to modify the request slightly, I need to do the same now for Laravel Sanctum as I'm migrating to this provider, how can I achieve this?