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

[Backend] Auth #20

Open
avinashrao2002 opened this issue Oct 27, 2022 · 0 comments
Open

[Backend] Auth #20

avinashrao2002 opened this issue Oct 27, 2022 · 0 comments
Assignees

Comments

@avinashrao2002
Copy link

avinashrao2002 commented Oct 27, 2022

The goal is to have working auth for students to create an account and sign into sproul. For this task you will need to.

  1. Create endpoints for creating an account and signing in. We want the user to input their email and password like so:

Image

  1. Create a schema for students in our backend and a table for it in DynamoDB. Since we don't have access to the rest of the backend right now, lets try to keep this independent of the other parts of the server so that you can run it and test it. Also for AWS you can use a personal account for now. Something that might make this task easier is creating a simple script that creates the tables in dynamo db so you don't have to rebuild them when we transfer to another account. You can look into that,but if you can't figure out how to do it, no problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants