mxmul opened this issue 5 years ago · 0 comments
The types for this library say that the value resolved by signup will be a User, but the object it returns is missing a few expected fields including .jwt().
signup
User
.jwt()
Should the response here be wrapped in createUser, like the login method is?