-
Notifications
You must be signed in to change notification settings - Fork 1
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
Author authentication #56
Conversation
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.
Looks good to me.
@Boredalien248 hey have you tried pulling the branch and testing the new features? Please run |
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.
@nluu175 Sorry about the oversight
- merge conflicts
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.
everything seems to be working fine.
password checking and username checking seem to be working perfectly.
everything seems to be added perfectly in the db.
Change Lists:
Author
model by addinguser
field for authenticationLogin
andSignUp
components on frontend sidereact-toastify
library for displaying toast messageTodo:
Guide on testing:
Please run
migrate
andmake migrations
on server before you run the server since there are changes to the database.For testing only the 2 new endpoints (using Postman)