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() to emit `reauthenticate` event when unauthenticated #57

Closed gr2m closed 8 years ago

gr2m commented 8 years ago

depends on #56

If account.isUnauthenticated() returns true and the user signs in with the same username, then an reauthenticate event should be triggered (instead of signin)


espy commented 8 years ago

PR is ready for review!

espy commented 8 years ago

That was very cool :)