|
|
@ -11,7 +11,7 @@ class MongoApi: |
|
|
|
app: Flask = None |
|
|
|
app: Flask = None |
|
|
|
authentication_methods: list = [] |
|
|
|
authentication_methods: list = [] |
|
|
|
|
|
|
|
|
|
|
|
def __init__(self, app: Flask, authentication_methods): |
|
|
|
def __init__(self, app: Flask, authentication_methods=[]): |
|
|
|
self.app = app |
|
|
|
self.app = app |
|
|
|
self.authentication_methods = authentication_methods |
|
|
|
self.authentication_methods = authentication_methods |
|
|
|
|
|
|
|
|
|
|
|