We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change AuthConfiguration so that authentication is only required for /api (except for create customer, login) etc.
The text was updated successfully, but these errors were encountered:
- fixed tests
859a01a
fix issue cer#24, fix issue cer#26, fix issue cer#27, fix issue cer#28
Merge commit '859a01a4bc2372a11a5377d1206235ca12da4417' into wip-cust…
12cc48b
…omer * commit '859a01a4bc2372a11a5377d1206235ca12da4417': - fixed tests fix issue cer#24, fix issue cer#26, fix issue cer#27, fix issue cer#28 - added password to CustomerInfo - added unique email constraint to CustomerQuerySide - updated authorization logic removed transferStates from AccountInfo cannot reproduce issue cer#37 Revert "wip-customer small issues fixes"
Merge branch 'wip-customer' into private-event-sourcing-examples-38
c52b803
* wip-customer: Form validation for Sign In & Sign Up Error reporting for Sign In & Sign Up - shouldCreateAccountsAndTransferMoney fix Password on login & registration - fixed tests fix issue cer#24, fix issue cer#26, fix issue cer#27, fix issue cer#28 - added password to CustomerInfo - added unique email constraint to CustomerQuerySide - updated authorization logic removed transferStates from AccountInfo cannot reproduce issue cer#37
No branches or pull requests
Change AuthConfiguration so that authentication is only required for /api (except for create customer, login) etc.
The text was updated successfully, but these errors were encountered: