abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
37 stars 60 forks source link

Adding SignUp and Login features to the website #157

Closed atharvarekhawar closed 4 months ago

atharvarekhawar commented 4 months ago

Is your feature request related to a problem? Please describe. Currently thee is no way to track all the url's generated by the user and their authentication .

Describe the solution you'd like The server routes are already coded for authentication with middleware which I have closely followed up during solving previous issues so c thonnecting those routes with frontend will be easy task .

I will also implement good looking sign up and login pages with proper functionality .

Describe alternatives you've considered

Additional context I would like to contribute to this issue under GSSOC'24 and after this implementation I can also code frontend for displaying all the url's of the user once the authentication is completed and this will be easy for me as I already have coded server controller's for it.

github-actions[bot] commented 4 months ago

Congratulations, @atharvarekhawar! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

atharvarekhawar commented 4 months ago

@abhijeetnishal plz assign this issue to me.

atharvarekhawar commented 4 months ago

@abhijeetnishal we can also start making page to display all url's created by the user once authentication part is done and then add analytics to it.

abhijeetnishal commented 4 months ago

Hey @atharvarekhawar, login/signup are already there go to /auth/login you will see.

Closing this issue as duplicate.

atharvarekhawar commented 4 months ago

@abhijeetnishal but there is no registration and login feature on frontend

atharvarekhawar commented 4 months ago

The homepage do not have the needed buttons

abhijeetnishal commented 4 months ago

Hey @atharvarekhawar, as I mentioned these issues will be fixed as there is still delay by the contributor.