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

Week 16: Authentication - Etna and Alma #332

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

almaherris
Copy link

Netlify link

Frontend: https://pink-authorization.netlify.app/
Backend: https://bubblegum-auth.onrender.com/

Collaborators

[caracal23, almaherris]

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well named endpoints and straightforward structure! Keep up the good work 🚀

Comment on lines +107 to +111
{loading ? (
<div>
<p className="user-loading"> User being created...</p>
</div>
) : (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gold star for adding a loader indication! Render can be really slow ⌛

Comment on lines +70 to +72
if (name === "" || email === "" || password === "") {
res.status(400).json({ message: "All fields are required" });
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping it DRY, I like it 😏

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cute!

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

Successfully merging this pull request may close these issues.

3 participants