{"id":21068505,"url":"https://github.com/matheusfillipe/flask_login","last_synced_at":"2026-04-22T08:31:22.104Z","repository":{"id":101329319,"uuid":"408053968","full_name":"matheusfillipe/flask_login","owner":"matheusfillipe","description":"flask_login demo that stores user credentials on the filesystem","archived":false,"fork":false,"pushed_at":"2021-09-26T03:36:31.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T16:02:59.077Z","etag":null,"topics":["files","filesystem","flask","flask-login","hashedpassword","python","user"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matheusfillipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-19T06:48:01.000Z","updated_at":"2021-09-26T03:36:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"50690cae-8dac-46af-a6fc-801d0b87be37","html_url":"https://github.com/matheusfillipe/flask_login","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusfillipe/flask_login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fflask_login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fflask_login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fflask_login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fflask_login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusfillipe","download_url":"https://codeload.github.com/matheusfillipe/flask_login/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Fflask_login/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32127800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T07:37:52.372Z","status":"ssl_error","status_checked_at":"2026-04-22T07:37:51.635Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["files","filesystem","flask","flask-login","hashedpassword","python","user"],"created_at":"2024-11-19T18:22:24.655Z","updated_at":"2026-04-22T08:31:22.077Z","avatar_url":"https://github.com/matheusfillipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flaks login demo\n\nMy simple demo of how to use [flask_login](https://flask-login.readthedocs.io/en/latest/) module without the need of a database or anything fancy. I also tried to implement an ip based limiter on the `login` route to try to avoid bruteforce based attacks. \n\n## Usage\n\n``` sh\n# install dependencies\npip install flask flask-login Flask-Limiter\n\n# Add users\n./users.py\n\n# run\nflask run\n# or\npython3 main.py\n\n```\nThe users folder will be created where each user get his file on the format: `{username}.hash` which containing his hashed password.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Fflask_login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusfillipe%2Fflask_login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Fflask_login/lists"}