Flask

Converting Flask App Starter Into Django

by Archie To, 28 October 2022

My goal in this project is to convert a Flask skeleton code into Django.

The blog will summarize my takes on Flask and Django.

Authentication transformation

1. Authentication system in the Flask code:

Flask code authenticates users by checking the HTTP request header “X-Forwarded-User”. There are four levels of authentication and authorization in the Flask code: