{"id":22557926,"url":"https://github.com/sami-bre/flask_minimal_auth","last_synced_at":"2026-05-01T03:31:38.054Z","repository":{"id":139318336,"uuid":"569843350","full_name":"sami-bre/flask_minimal_auth","owner":"sami-bre","description":"A bare minimal flask webapp that implements authentication functionality","archived":false,"fork":false,"pushed_at":"2023-09-01T21:09:06.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T12:50:10.779Z","etag":null,"topics":["authentication","back-end","flask","python","session"],"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/sami-bre.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":"2022-11-23T18:36:05.000Z","updated_at":"2023-02-04T18:45:43.000Z","dependencies_parsed_at":"2025-03-28T11:42:21.463Z","dependency_job_id":null,"html_url":"https://github.com/sami-bre/flask_minimal_auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sami-bre/flask_minimal_auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-bre%2Fflask_minimal_auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-bre%2Fflask_minimal_auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-bre%2Fflask_minimal_auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-bre%2Fflask_minimal_auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sami-bre","download_url":"https://codeload.github.com/sami-bre/flask_minimal_auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sami-bre%2Fflask_minimal_auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["authentication","back-end","flask","python","session"],"created_at":"2024-12-07T20:10:03.958Z","updated_at":"2026-05-01T03:31:38.042Z","avatar_url":"https://github.com/sami-bre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple authentication functionality implemented with Flask\n\nThis is a webapp showcasing a bare minimum auth functionality.\nThe main ingredient is Flask. On top of that, we use the Flask-Session\nextension to keep login data across a session. For the database, we're\nusing sqlite. (python supports sqlite with the built-in sqlite3 module)\n\n## To clone and run the app ...\n - First, well, clone it : ) and go into the cloned directory\n - Create a new python virtual environment with `python3 -m venv [env_name]` and activate the environment.\n - Download the dependencies listed in the requirements.txt file manually or just do `pip install -r requirements.txt`\n - In a terminal window, do `flask run`\n - Open your browser and navigate to the url mentioned in the terminal.\n - You'll run into a problem while trying to register or login. This is because the database is not set up yet. Hit the \"/setup\" route and the database will be set up automatically.\n\n### EXTRA\n - If you want to change the database file or switch between databases, edit the `DATABASE_FILE_NAME = \"test_database.db\"` line in the database_helper.py file and hit the \"/setup\" url again.\n\n### FINALLY\nThis is probably the minimal auth functionality one can implement. It lacks many important things like password hashing. DO NOT use it without modification for any real world application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsami-bre%2Fflask_minimal_auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsami-bre%2Fflask_minimal_auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsami-bre%2Fflask_minimal_auth/lists"}