-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added Authentication and User creation #41
Conversation
- Added google auth and credential auth options - Added User model and Video model - Added configs to have cleaner imports
…yling - Added new modal Account to support login with Google
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.
Overall looking good! You've been hard at work wow!
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.
Also, I don't think we should merge until we have unit tests
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 job! Everything seems to run locally for me now. The only issue I am finding is that running commands from the README doesn't work though, since it is no longer in root, would be nice to have that if possible. Also: pls lint
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.
Thank you for working on this K. It looks mostly good, just a few small changes.
Some of the things in this PR should have been in a separate PR. As a convention, I think that unless there is a good reason for it, each PR should correspond to a single issue. |
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.
Couple small things
Co-authored-by: Justin Schoenit <[email protected]>
Co-authored-by: Teresa <[email protected]>
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.
✅✅✅✅✅✅✅
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.
LGTM
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.
LGTM
Problem
Changes
tsconfig.json
for cleaner importsmiddleware.ts
)Unrelated changes but needed to do
Screenshots
Login page
Db after login
Dependency
Waiting for #36 and #54 to be merged
Closing issues
Closes #38
Closes #39
Closes #33
Closes #110