-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Feature]: Add Login & Signup option #37
Comments
Please assign me under JWOC after 15th, if approved. |
Please assign me this issue under JWOC 2024 |
Hi @Surajit0573 the login and signup page is already there, u need to work on connecting the backend to its frontend for the Auth section. |
Hi @Surajit0573 any updates? |
Hi @Surajit0573 , as the deadline is over, I am unassigning you the issue. This issue is opened to all now. |
@anand-harsh Okey,....sorry, I couldn't complete it in time... |
Hi @Surajit0573 , no worries, you can take up new issues |
Hey @anand-harsh I Would Like to Work on This Issue under JWOC 2024. |
Hi @anand-harsh, based on the information in this issue, it seems that I only need to create two pages: one for login and another for signup. Is my understanding correct? |
Login and signup page is already there, just do isAuth to false, you will get it. You need to connect backend to frontend here for signup and login. |
Hey @anand-harsh Is it necessary to use Redux Toolkit or i can Do it with Simple |
Using react redux will make the fronrend control easy like having access and usafe limitations according to information |
Hi @anand-harsh, do I have to use Redux, or is it optional? |
You have to use it |
Hey @anand-harsh Can You Please Tell me Exact Path of Sidebar? |
It is present in Header file |
https://github.com/anand-harsh/Edumi/blob/master/client/src/components/Layout/Header/Header.jsx On Line 40, its true, make it false and get login and signup page |
Hi @JavidSumra any updates? |
Both Functionality is implemented I just need to do PR @anand-harsh. |
Guidelines
Description
After opening the website user goes through a sign-up or login process and then can access the website and personalized dashboard.
Problem
Logout button is not working !!
Proposed Solution
Users can either log in or sign up. New users will fill out a form and their data will be stored. Existing users will have their information verified. After a successful login, users can access a personalized dashboard where they can see their course and progress.
Alternatives Considered
the website can also work without any login option but then the user can't access their course.
The text was updated successfully, but these errors were encountered: