Mohamed El-Kalioby

Results 80 comments of Mohamed El-Kalioby

Great point. I'll work on adding them to the library but the templates can be overriden by the user.

> Hi! > > I just wanted to try to add passkeys to my app, but following the instructions i get some errors. > > 1. "KEY_ATTACHMENT = NONE |...

Sure. You can do a PR request if you like.

In webAuthn, there are 2 types of authenticators 1. `Cross-Platform` which allows the user to roam between devices as this is traditionally the Security Keys as Yubico keys 2. `Platform...

Easier to say, use cross-platform if you want to only use security keys like Yubico. Use Platform when you use the mobile or laptop authenticators.

Cross platform means the device shall be able to roam like Yubico. Platform authenticator are the ones connected to the devices.

> Some explanation on what `FIDO_SERVER_ID` and `FIDO_SERVER_NAME` are and how to set them properly them would also be helpful. It is there in README ```markdown FIDO_SERVER_ID="localhost" # Server rp...

**Server_ID** shall match or submatch for your current domain so if you run your application on app.example.com it shall be the same or example.com **Sever_Name** is how the key named...

The error is shown on the server console for more details.