Yash-Parsana / CrazyCoderServerlessApi

This is backend api of CrazyCoder App which serves realtime data from various platforms through web scraping hosted on Netlify Serverless function. CrazyCoder App: https://github.com/Yash-Parsana/CrazyCoderApp | CrazyCoder website : https://crazycoder-eight.vercel.app
https://play.google.com/store/apps/details?id=com.parsanatech.crazycoder
16 stars 15 forks source link

Fix Signup and Signin Functionality and Implement Redirect to Homepage #26

Closed vinay02103 closed 1 month ago

vinay02103 commented 1 month ago

@Yash-Parsana Issue: The current implementation of the signup and signin functionality on our platform is encountering issues, preventing users from successfully registering and logging in. This hampers user experience and obstructs access to our services. Proposed Solution: I propose to address this issue by thoroughly investigating the root cause and implementing necessary fixes to ensure seamless signup and signin experiences for our users. Additionally, upon successful login, users should be redirected to the homepage to enhance user engagement and navigation. I would like to work on this issue and contribute to the rapid solution. Apart from my expertise in session management debugging and user authentication, I have written both frontend and backend programs.

Abhinav-Sharma06 commented 1 month ago

Hi @vinay02103 I have worked on jwt tokens and more to get a strong a hold of authentication and authorization for sign up and log in functionality and I am willing to work on this issue so please assign me this task.

Yash-Parsana commented 1 month ago

I will suggest you all first go through code how things are working, BTW Authentication is not handled by this repo.