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 @yorickdevries, are you using TypeScript or JavaScript? I am working on updating this library and am considering rewriting everything using generics so users of this library can decide what fields the User should have.
Currently the MockStrategy type doesn't assume anything about the user. However some of the other helper functions exported by this library do assume certain fields (ex: id).
Is it possible to specify the fields of a User manually? Or is a user only allowed the fields that are defined in the interface?
The text was updated successfully, but these errors were encountered: