hoodiehq / hoodie-account-client

:dog: Account client API for the browser
https://hoodiehq.github.io/hoodie-account-client
Apache License 2.0
11 stars 24 forks source link

account.signIn({token}) #132

Closed gr2m closed 7 years ago

gr2m commented 7 years ago

currently we only support signing in using username and password. We already have the logic to add tokens to user accounts on server and to create sessions using them. It’s time we implement the frontend logic to sign in using it :)