I recently started learning Next.js and I wanted to improve my Next.js skills, so I decided to make a simple Login and Signup Website with Next.js ...
For further actions, you may consider blocking this person and/or reporting abuse
I have tried it, but its authentication is not secure enough, i was able to bypass login at all.
you are just setting a cookie named username which can have a user's registered name. i just added the username cookie and my username manually and it logged me in. WITHOUT ANY PASSWORD !
yes i know
i made this post ages ago and have never actually used this method myself
my recommendation is to use an auth client like next auth
Hey, this is really cool! It might be nice to add email verification so that people can't just spam accounts. Otherwise nice work :)
that seems like a great idea, ill try it out! thanks :)
Good Post, Password Strength Checker Validation feature would have been good too
that's true
that shows up sometimes…
I’ll try to find out how to fix it
In case you're still wondering what it is. It's an issue from the user's end and it cannot be fixed unless with a stronger password.
oh okay thats fine then, thanks!
It's cool, but I'd recommend using next connect for API routes.
oh ill try that out