{"id":19282605,"url":"https://github.com/pmarcosfelipe/flask-auth-api","last_synced_at":"2026-06-22T10:32:15.674Z","repository":{"id":258477256,"uuid":"871590658","full_name":"pmarcosfelipe/flask-auth-api","owner":"pmarcosfelipe","description":"This project consists in create a Authentication API using Flask.","archived":false,"fork":false,"pushed_at":"2024-10-26T11:36:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T10:24:18.869Z","etag":null,"topics":["flask","flask-api","flask-login","flask-sqlalchemy"],"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/pmarcosfelipe.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-12T11:43:33.000Z","updated_at":"2024-10-27T18:56:44.000Z","dependencies_parsed_at":"2024-10-23T03:31:48.531Z","dependency_job_id":null,"html_url":"https://github.com/pmarcosfelipe/flask-auth-api","commit_stats":null,"previous_names":["pmarcosfelipe/flask-auth-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmarcosfelipe/flask-auth-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarcosfelipe%2Fflask-auth-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarcosfelipe%2Fflask-auth-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarcosfelipe%2Fflask-auth-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarcosfelipe%2Fflask-auth-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmarcosfelipe","download_url":"https://codeload.github.com/pmarcosfelipe/flask-auth-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmarcosfelipe%2Fflask-auth-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34645681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["flask","flask-api","flask-login","flask-sqlalchemy"],"created_at":"2024-11-09T21:27:43.541Z","updated_at":"2026-06-22T10:32:15.652Z","avatar_url":"https://github.com/pmarcosfelipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Authentication API\n\nThis project consists in create a Authentication API using [Flask](https://flask.palletsprojects.com/en/3.0.x/).\n\n## Requirements\n\n- The API must to persist data on database;\n- The API must to have the following endpoints:\n  - Login User;\n  - Logout User;\n  - Create User;\n  - Get User;\n  - Update User;\n  - Delete User;\n\n## Run project\n\n```python\npython app.py\n```\n\n## Create Database\n\nOpen terminal and run the scripts:\n\n```python\nflask shell\ndb.create_all()\ndb.session.commit()\n```\n\n## Run Docker\n\nOpen terminal and run the script:\n\n```\ndocker-compose up -d\n```\n\n## References\n\n- [Flask](https://flask.palletsprojects.com/en/3.0.x/)\n- [Flask SQLAlchemy](https://flask-sqlalchemy.readthedocs.io/en/3.1.x/)\n- [Flask Login](https://flask-login.readthedocs.io/en/latest/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarcosfelipe%2Fflask-auth-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmarcosfelipe%2Fflask-auth-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmarcosfelipe%2Fflask-auth-api/lists"}