feat: add passkey enrollment prompts#1328
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1328 +/- ##
=======================================
Coverage 80.02% 80.03%
=======================================
Files 152 152
Lines 6164 6172 +8
Branches 1276 1279 +3
=======================================
+ Hits 4933 4940 +7
Misses 699 699
- Partials 532 533 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ankita10119
left a comment
There was a problem hiding this comment.
Could you add a unit test for the new error handling path in withErrorHandling, following the same pattern as the existing tests in prompts.tests.ts? Also, was this tested on a tenant with and without passkeys enabled ?
Yes, it was tested in all the possible scenarios! |
🔧 Changes
Add support of passkeys in prompt partials
📚 References
https://auth0.com/docs/api/management/v2/prompts/get-partials
https://auth0.com/docs/api/management/v2/prompts/put-partials
🔬 Testing
Added unit tests
📝 Checklist