I am writing a web application that requires authentication / authorization. That is, this web application will allow users to register on the site and gain access to materials inaccessible to anonymous users. Unfortunately, Flask does not come with a built-in authentication / authorization system. Experts do not recommend deploying a user system, so I do not want to do this. Is there a good, complete authentication / authorization platform that I can use for my application?
source share