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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ Then, follow these steps to integrate Devise::Webauthn:
73
73
config.rp_name ="Your App Name"
74
74
end
75
75
```
76
+
> [!TIP]
77
+
>You can find a working example on how to use this gem for passwordless and two factor authentication in [`devise-webauthn-rails-demo`](https://github.com/cedarcode/devise-webauthn-demo-app).
76
78
77
79
5. **Include bundled WebAuthnJavaScriptin your application:**
78
80
The install generator automatically configures JavaScript loading based on your setup:
0 commit comments