You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! I'm trying to migrate to 3.x from our measly 1.x. I spun our own Webauthn implementation to work with our flow, and it went something like this:
If this succeeded, we ran Webauthn::forceAuthenticate(); and it was fine.
If this was the incorrect way of doing it to begin with, oh geez. If it's correct, I have no idea what the alternative is since most of those functions got removed. What is the best way to handle this? I can provide some more context, if needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all! I'm trying to migrate to 3.x from our measly 1.x. I spun our own Webauthn implementation to work with our flow, and it went something like this:
On the frontend, JS is used and the successful data is sent to the backend:
If this succeeded, we ran
Webauthn::forceAuthenticate();
and it was fine.If this was the incorrect way of doing it to begin with, oh geez. If it's correct, I have no idea what the alternative is since most of those functions got removed. What is the best way to handle this? I can provide some more context, if needed.
Beta Was this translation helpful? Give feedback.
All reactions