Ability to change/extend AuthenticateUsingPasskeyController #65
fabian-rohr
started this conversation in
Ideas
Replies: 1 comment
-
For now, we ended up replacing
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our Laravel backend serves our website as well as our app. At the moment the passkey login just performs a session-based login, which obviously does nothing for our app. We would need to alter the login process and instead return a bearer token. So it would be really nice to be able to change the login process, which sits in AuthenticateUsingPasskeyController.
Beta Was this translation helpful? Give feedback.
All reactions