Skip to content

Chrome is asking for password every time #132

@duhd1993

Description

@duhd1993

Hello, I'm using Basic auth as provided in the tutorial example.
the entry looks like

@app.route('/', methods=['GET', 'POST', 'OPTIONS', 'PUT', 'DELETE', 'HEAD', 'PATCH'])
@app.route('/<path:input_path>', methods=['GET', 'POST', 'OPTIONS', 'PUT', 'DELETE', 'HEAD', 'PATCH'])
@auth.login_required
def enter(input_path='/'):

Interestingly, firefox seems to remember the login information correctly and only asks for it once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions