-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
11 implement the api for registeruser with smartphone #147
base: main
Are you sure you want to change the base?
11 implement the api for registeruser with smartphone #147
Conversation
…ruser-with-smartphone
…of github.com:nancymuyeh/e2e-banking-app into 11-implement-the-api-for-registeruser-with-smartphone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work. Please address these points
.../src/main/java/com/adorsys/gis/powerpay/powerpaybackend/configuration/WebSecurityConfig.java
Outdated
Show resolved
Hide resolved
.../main/java/com/adorsys/gis/powerpay/powerpaybackend/services/userRegistrationController.java
Outdated
Show resolved
Hide resolved
.../main/java/com/adorsys/gis/powerpay/powerpaybackend/services/userRegistrationController.java
Outdated
Show resolved
Hide resolved
.../main/java/com/adorsys/gis/powerpay/powerpaybackend/services/userRegistrationController.java
Outdated
Show resolved
Hide resolved
.../main/java/com/adorsys/gis/powerpay/powerpaybackend/services/userRegistrationController.java
Outdated
Show resolved
Hide resolved
…of github.com:nancymuyeh/e2e-banking-app into 11-implement-the-api-for-registeruser-with-smartphone
I have implemented the RestAPI to register a user not exactly the way it is illustrated in #8 but based on what was decided later where a user enters username and phonenumber first and then otp and pincode. @stephane-segning , @sinke237, @AssahBismarkabah , @Motouom and @Awambeng take a review |
…of github.com:nancymuyeh/e2e-banking-app into 11-implement-the-api-for-registeruser-with-smartphone
…ruser-with-smartphone
@Motouom i have fix the unverified commits issue and now they are verified. |
...ain/java/com/adorsys/gis/powerpay/powerpaybackend/controller/UserRegistrationController.java
Outdated
Show resolved
Hide resolved
…users can have the same phone number
Impentatation of the RESTAPI for user registration based on #8 . We need some help with this please @stephane-segning and @Awambeng please take a look