{"id":31698869,"url":"https://github.com/commitwiz/fastapi-jwt-authentication-example","last_synced_at":"2026-05-17T15:37:07.095Z","repository":{"id":317738048,"uuid":"1068474868","full_name":"commitwiz/FastAPI-JWT-Authentication-example","owner":"commitwiz","description":"About This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.","archived":false,"fork":false,"pushed_at":"2025-10-02T12:53:48.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T19:27:00.690Z","etag":null,"topics":["fastapi","fastapi-alembic","fastapi-jwt","fastapi-jwt-auth","fastapi-sqlalchemy","python"],"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/commitwiz.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":"2025-10-02T12:48:20.000Z","updated_at":"2025-10-02T12:55:47.000Z","dependencies_parsed_at":"2025-10-02T19:27:03.073Z","dependency_job_id":null,"html_url":"https://github.com/commitwiz/FastAPI-JWT-Authentication-example","commit_stats":null,"previous_names":["commitwiz/fastapi-jwt-authentication-example"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/commitwiz/FastAPI-JWT-Authentication-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitwiz%2FFastAPI-JWT-Authentication-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitwiz%2FFastAPI-JWT-Authentication-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitwiz%2FFastAPI-JWT-Authentication-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitwiz%2FFastAPI-JWT-Authentication-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commitwiz","download_url":"https://codeload.github.com/commitwiz/FastAPI-JWT-Authentication-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitwiz%2FFastAPI-JWT-Authentication-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000702,"owners_count":26082805,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["fastapi","fastapi-alembic","fastapi-jwt","fastapi-jwt-auth","fastapi-sqlalchemy","python"],"created_at":"2025-10-08T19:11:23.919Z","updated_at":"2025-10-08T19:11:51.510Z","avatar_url":"https://github.com/commitwiz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI JWT Authentication example\n\nThis project includes authentication APIs (login, register, verify, forgot-password, reset-password, update-password) and article list and create APIs. It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.\n\n## Installation\n- If you want to run docker you need to [install docker](https://docs.docker.com/engine/install/)\n- Configure your postgresql\n- Create .env from .env.example\n```bash\ncp .env.example .env\n```\n- Add Postgresql config to .env\n- Run docker\n```bash\ndocker-compose up -d --build\n```\nor\n```bash\ndocker compose up -d --build\n```\n### if you want to run this app without docker\n- Add Postgresql config to alembic/env.py and src/core/config.py\n- Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements.txt.\n```bash\npip install -r requirements.txt\n```\n- Run app with start.sh. It will do migrate migrations then run app \n```bash\nchmod 755 start.sh\nsh start.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommitwiz%2Ffastapi-jwt-authentication-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommitwiz%2Ffastapi-jwt-authentication-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommitwiz%2Ffastapi-jwt-authentication-example/lists"}