-
Notifications
You must be signed in to change notification settings - Fork 6
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
Connect front-end to the back-end #24
Conversation
I think I know where the bug is, I’ll get a fix up for that issue. |
I noticed that you are adding register logic, but this seems like it should be included in the iframe and then the frontend should bring in the iframe. |
Should we have the iframe logic in the Front-End folder directly? |
I think the frame should have its own logic, and be self contained. Remember that the iframe will be a drop in not only for our website but for others login UIs |
Right. I misread you earlier. I'll move that logic to the iframe folder. Then I'll add the code for the Front-End folder |
@hkd987 @evanyang1 You can test the register and login features by starting a static server in the |
@hkd987 Here is the current workflow:
|
Work in progress. You can see a demo of the user registration. @hkd987 Seems like we can register multiple times with the same email address. Am I missing something?