Skip to content
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

Interface front-end registration and login with HTTP server #43

Open
prayujt opened this issue Feb 16, 2023 · 0 comments
Open

Interface front-end registration and login with HTTP server #43

prayujt opened this issue Feb 16, 2023 · 0 comments
Labels
front-end This is a front-end issue

Comments

@prayujt
Copy link
Collaborator

prayujt commented Feb 16, 2023

Problem To Be Solved

The login and registration page currently just exist without any functionality.

Motivation

Need the accounts to actually be created and verified to log in.

Proposed Solution

Make HTTP requests to the back-end Go server at the POST /login/createAccount and POST /login/validateAccount endpoints, passing in a JSON object in the form

{
    email: "",
    password: ""
}
@prayujt prayujt added the front-end This is a front-end issue label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end This is a front-end issue
Projects
None yet
Development

No branches or pull requests

1 participant