master |
develop |
---|---|
Model to manage logins via password, or combined via a 2fa code.
composer require personal-galaxy/identity
The only entry point to use the model are the commands, you should use a command bus in order to bind the commands to their handler.
You also need to implement the repository interface in order to persist the identities.