-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Labels
auth-jsRelated to the auth-js library.Related to the auth-js library.bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
When calling function supabase.auth.mfa.listFactors(), the retrieved data returns Factor[]. These factors have a last_challenged_at attribute. I can see the attribute in console but the Factor type interface does not include it.
Is it intended ?
Factor type here hava every attribut except last_challenged_at:
https://github.com/supabase/auth-js/blob/cff5bcb8399a46b293cfa8688d89882924e7edab/src/lib/types.ts#L298-L315
To Reproduce
Just run await supabase.auth.mfa.listFactors(); on any session with TOTP configured devices.
System information
- Version of supabase-js: 2.69.1
Metadata
Metadata
Assignees
Labels
auth-jsRelated to the auth-js library.Related to the auth-js library.bugSomething isn't workingSomething isn't working
