Skip to content

Any example of Flask-SocketIO that include a simple Login page or Flask-Login? #1534

Description

@lonnietc

Hello,

I am investigating Flask-SocketIO for use in a very small project.

The project has a server that receives POST data as a webhook from another site and then dynamically updates the client displaying rows of data as the come in from the external site.

I can do this without dynamically updating the client browser (i.e. no server push) which is why I am looking at Flask-SocketIO that seems to do a great job of server pushes to the client, but I am not clear on how to setup a simple login page. It could have even a static login/password since only one person will be using it thus now multi-user login support is needed.

Are there any simple examples of Flask-SocketIO with a Login page?
Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions