superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

feat(passwordless): Login also returns verification URL & code expiration #12

Closed kysely closed 3 years ago

kysely commented 3 years ago

passwordlessLogin now returns an object with verifyUrl and expiresAt instead of a string.

⚠️ Will only work with Brain #111

Closes #11