If account.isUnauthenticated() returns true and the user signs in with the same username, then an reauthenticate event should be triggered (instead of signin)
[x] claim this issue (@espy)
[x] start a PR (#60)
[x] add unit and integration tests. Integration tests can be added here
depends on #56
If
account.isUnauthenticated()
returnstrue
and the user signs in with the same username, then anreauthenticate
event should be triggered (instead ofsignin
)