SaranshBangar / Daneizo

Why buy when you can rent it!
https://daneizo.vercel.app/
MIT License
25 stars 45 forks source link

BUG -> data passed in signup form visible in url #114

Open Gauravtb2253 opened 2 weeks ago

Gauravtb2253 commented 2 weeks ago

Hello Currently the data that we pass in the signup form is visible in the URL this should not happen for security reasons I would like to solve this Pls assign me

image

SaranshBangar commented 2 weeks ago

@Gauravtb2253 How are you going to resolve this?

Gauravtb2253 commented 2 weeks ago

So currently the data in the register form is submitted using GET request hence all form fields are shown in URL to solve this issue we need to use POST method for submitting the form I will also add input form validations for both login and signup forms

SaranshBangar commented 2 weeks ago

@Gauravtb2253 You can proceed with it. Please remember to -

  1. Follow the proper file structure
  2. Star the repo :)

All the best!

Gauravtb2253 commented 2 weeks ago

can you pls add level3 label