-
Notifications
You must be signed in to change notification settings - Fork 8
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
User Authentication #7
Comments
Assigned. I think you should create a users app and put all functionality there. But I am open to suggestions on how you want to do it . After settling on a way, confirm first here then proceed with the development. |
I will create a separate app for users, including a custom profile model and login, signup, and logout functionality. Before I proceed, Please let me know if you have any specific fields in mind that you want to include in the user profile. |
@zablon-oigo in the sign out what's your view on having the sign out redirect to home rather than login |
It can be updated, but my view was that if someone logs out they can still be able to view the product list, but if they add any product to the cart or want to view product details they be required to sign in |
@zablon-oigo I'm working on the cart, I have already created the logic and the models. I'll add the condition of requiring signing in to add products to the cart |
great |
someone working on login pages? |
@zablon-oigo ooh yes that makes sense. |
Please expound kindly. do you mean the templates or the logic views? |
more about the templates. |
The project isn't restrictive, the final thing should be a working e-commerce API ( I have seen guys creating templates which is still ok) and there is an emphasis on maximum learning since that is the aim of the community . The only thing to be careful about is any change should be documented or properly done for it to be easy for other devs to contribute too. |
@DDLoga @mpiers110 @Collins-Omariba @zablon-oigo @Maishmike |
I am ok with this. But first open an issue to update the main readme and properly explain how the project is to go , for new contributors to be able to know .
|
@mpiers110 I'm okay with it, but first @Collins-Omariba what is the state of the project? |
Can you elaborate more on what you mean by state ? |
Sorry, I meant progress cause, for the past week, all of you have been silent |
sorry for the late reply, I am a little busy. There aren't any deadlines , the main focus is to collaborate . You can contribute at any time and the same applies to everyone else |
@zablon-oigo I'm done with the products app. I'm awaiting your part on authentication so that I can add '@login_required'😄to the views and integrate the shopping cart |
Authenticate users who want to purchase products based on their email or username
The text was updated successfully, but these errors were encountered: