The Simplest Login System in Flask: HTTP Basic Auth

preview_player
Показать описание
Implement the most simple login for your Flask app by using HTTP basic auth. It will only take a few lines of code to protect pages on your app.

WORK WITH ME👇🏼

✅ Need help with your project? Schedule a call with me at:

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

Great video, huge thumbs up 👍🏻👍🏻. I just have one question, how do i pass the credentials if i wanted to test the api using Postman or Rested extension(Chrome browser)?

shashankankam
Автор

Is it possible to do this in another way other than sending a notification? (my organization blocks those)

stefvleugels
Автор

I get ImportError: attempted relative import with no known parent package when trying to import my own library.

Also, not sure where you found those env files.

REgamesplayer
Автор

Any clues as to why the .env variables dont get picked up? Great Video mate

n.m
Автор

hw do i do it for app which is running on production?

pritishmahalle
Автор

Would you use basic auth or OAuth2 secure webhooks?

timmanning