{"id":13633799,"url":"https://github.com/flask-extensions/Flask-SimpleLogin","last_synced_at":"2025-04-18T14:33:15.999Z","repository":{"id":46335344,"uuid":"101230179","full_name":"flask-extensions/Flask-SimpleLogin","owner":"flask-extensions","description":"Simple Login - Login Extension for Flask","archived":false,"fork":false,"pushed_at":"2024-10-30T18:21:04.000Z","size":256,"stargazers_count":204,"open_issues_count":4,"forks_count":42,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-07T02:17:16.845Z","etag":null,"topics":["auth","authentication","flask","flask-extension","flask-extensions","flask-login","flask-plugins","hacktoberfest","login"],"latest_commit_sha":null,"homepage":"https://flask-simple-login.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flask-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-23T22:29:20.000Z","updated_at":"2025-04-02T23:32:36.000Z","dependencies_parsed_at":"2024-01-03T01:20:36.111Z","dependency_job_id":"ea3932c4-c7c9-49b8-8d41-6c2cc8770401","html_url":"https://github.com/flask-extensions/Flask-SimpleLogin","commit_stats":{"total_commits":84,"total_committers":13,"mean_commits":6.461538461538462,"dds":0.6309523809523809,"last_synced_commit":"b6bfd358fddb406a22cfda46eb2e870dca644f85"},"previous_names":["cuducos/flask_simplelogin"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flask-extensions%2FFlask-SimpleLogin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flask-extensions%2FFlask-SimpleLogin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flask-extensions%2FFlask-SimpleLogin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flask-extensions%2FFlask-SimpleLogin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flask-extensions","download_url":"https://codeload.github.com/flask-extensions/Flask-SimpleLogin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868767,"owners_count":21174758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth","authentication","flask","flask-extension","flask-extensions","flask-login","flask-plugins","hacktoberfest","login"],"created_at":"2024-08-01T23:00:51.906Z","updated_at":"2025-04-18T14:33:15.980Z","avatar_url":"https://github.com/flask-extensions.png","language":"Python","funding_links":[],"categories":["Third-Party Extensions","Authorization \u0026 Authentication","Python"],"sub_categories":["Auth"],"readme":"[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/flask-extensions/Flask-SimpleLogin/tests.yaml?branch=main\u0026style=flat-square)](https://github.com/flask-extensions/Flask-SimpleLogin/actions/workflows/tests.yml)\n[![PyPI](https://img.shields.io/pypi/v/flask_simplelogin.svg?style=flat-square)](https://pypi.org/project/flask_simplelogin/)\n[![PyPI versions](https://img.shields.io/pypi/pyversions/flask_simplelogin.svg?style=flat-square)](https://pypi.org/project/flask_simplelogin/)\n[![PyPI formats](https://img.shields.io/pypi/format/flask_simplelogin.svg?style=flat-square)](https://pypi.org/project/flask_simplelogin/)\n[![Flask](https://img.shields.io/badge/Flask-Extension-blue.svg?style=flat-square)](https://github.com/pallets/flask)\n[![Documentation](https://img.shields.io/readthedocs/flask-simple-login?style=flat-square)](https://flask-simple-login.readthedocs.io/en/latest/?badge=latest)\n\n# Login Extension for Flask\n\nThe simplest way to add login to flask!\n\n## How it works\n\nFirst, install it from [PyPI](https://pypi.org/project/flask_simplelogin/):\n\n```console\n$ pip install flask_simplelogin\n```\n\nThen, use it in your app:\n\n```python\nfrom flask import Flask\nfrom flask_simplelogin import SimpleLogin\n\napp = Flask(__name__)\nSimpleLogin(app)\n```\n\n## **That's it!**\n\nNow you have `/login` and `/logout` routes in your application.\n\nThe username defaults to `admin` and the password defaults to `secret` — yeah that's not clever, check the [docs](https://flask-simple-login.readthedocs.io/en/latest/?badge=latest) to see how to configure it properly!\n\n![Login Screen](./login_screen.png)\n\nCheck the [documentation](https://flask-simple-login.readthedocs.io/en/latest/?badge=latest) for more details!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflask-extensions%2FFlask-SimpleLogin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflask-extensions%2FFlask-SimpleLogin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflask-extensions%2FFlask-SimpleLogin/lists"}