Im developing a Flask app, and I need to do a login and user role based currently using Mongodb as database and want to use Mongodb > App Services > Data Access > Authentication
as auth system.
Does anyone know a library to use it or a better way to solve the problem?
I have checked Pymongo
Mongoengine
Motor
and didn't find a thing.