Skip to content

Feature request: Support application factories #133

@ikreb7

Description

@ikreb7

It would be nice if you could support application factories. Then would be this possible:

from flask_httpauth import HTTPBasicAuth

auth = HTTPBasicAuth()

def create_app():
    app = Flask(__name__)
    auth.init_app(app)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions