lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Allow temporary users for shopping carts without registering until they're about to pay for the order #156

Open sivacool opened 7 years ago

sivacool commented 7 years ago

Hi friends am very beginner for Flask and as well as python3 .Any one elaborate the work flow of this process

lingthio commented 7 years ago

As a starting point, you can look at https://github.com/lingthio/Flask-User-starter-app.

What do you mean by anonymous user? Can you tell us more about your question/request?

sivacool commented 7 years ago

Dude Actually am already did the flask-login

My app implements a shopping cart in which anonymous users can fill their cart with products. User Login is required only before payment. How can this be implemented?

lingthio commented 7 years ago

The additional info is helpful, but the required implementation is complex:

Flask-User does not offer any of this functionality, so you'll have to add extensive customization which is beyond the scope of my support.

Let's see if other Flask-User users have anything to say about this.