{"id":26491787,"url":"https://github.com/danielc92/flask_login_system","last_synced_at":"2026-05-08T15:38:33.030Z","repository":{"id":100322677,"uuid":"148402984","full_name":"danielc92/flask_login_system","owner":"danielc92","description":"Repository containing login/register system for a python flask app using postgres as backend.","archived":false,"fork":false,"pushed_at":"2019-01-18T02:39:35.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T08:51:32.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/danielc92.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":"2018-09-12T01:29:26.000Z","updated_at":"2019-01-18T02:39:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5bb438d-12c3-47c8-beaa-00a3904d0044","html_url":"https://github.com/danielc92/flask_login_system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielc92/flask_login_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask_login_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask_login_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask_login_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask_login_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/flask_login_system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask_login_system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261828249,"owners_count":23215911,"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":[],"created_at":"2025-03-20T08:50:41.047Z","updated_at":"2026-05-08T15:38:27.993Z","avatar_url":"https://github.com/danielc92.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Login System\nCreating a simple login system for a `flask` web application which is able to authenticate users into particular routes within the application.\n\n# Before you get started\nShould have a basic understanding of web applications, requests (POST/GET) and basic python skills. You should also understand how ORM works (`sqlalchemy`) and the concept of hashing passwords with `hashlib`. The backend database for this project is `postgres`, an open source free to use relational database.\n\n# Setup\n**How to obtain this repository:**\n```sh\ngit clone https://github.com/danielc92/flask_login_system.git\n```\n**Modules/dependencies:**\n- `flask`\n- `sqlalchemy`\n- `pandas`\n- `hashlib`\n- Installation of `postgres` database (alternatively you can use `sqlite3`)\n\n\nInstall the following dependences:\n```sh\npip install flask sqlalchemy pandas hashlib\n```\n\nTo run locally:\n```sh\npython3 main.py\n```\n\n# Tests\n- Testing posting user credentials through login page\n- Validated data sent through post\n- Cross check data validated vs data hashed in database\n- Users can log in successfully\n\n# Contributors\n- Daniel Corcoran\n\n# Sources\n- [flask documentation](http://flask.pocoo.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fflask_login_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Fflask_login_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fflask_login_system/lists"}