B
B
buymyopps2020-09-20 07:36:19
Flask
buymyopps, 2020-09-20 07:36:19

How to implement authentication?

Hello, how to implement registration and login on the flask framework. How much I googled, how much I watched the video and did not understand what was happening, please explain for the stupid

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2020-09-20
@sergey-gornostaev

Naturally, they did not understand. Read textbooks instead of viewing seen, there will be more sense.

A
Alexander, 2020-09-20
@NeiroNx

For authentication, you need a table of users with the necessary data.
Registration requires a registration form. Login requires a login form.
Then all this is connected by the Flask-Login module - in principle, the documentation is a completely normal example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question