{"id":16509563,"url":"https://github.com/jtemporal/minimal-fastapi-webapp-auth0","last_synced_at":"2025-09-27T18:31:19.182Z","repository":{"id":212575172,"uuid":"731608945","full_name":"jtemporal/minimal-fastapi-webapp-auth0","owner":"jtemporal","description":"Minimal web app with fastapi and auth0 ","archived":false,"fork":false,"pushed_at":"2024-03-25T21:16:51.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T13:17:34.740Z","etag":null,"topics":["auth0","fastapi"],"latest_commit_sha":null,"homepage":"https://jtemporal.com/tips-on-migrating-from-flask-to-fastapi-and-vice-versa/","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/jtemporal.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}},"created_at":"2023-12-14T13:15:22.000Z","updated_at":"2024-06-04T18:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff47eba1-e6a6-4f1d-948e-2801000c77d4","html_url":"https://github.com/jtemporal/minimal-fastapi-webapp-auth0","commit_stats":null,"previous_names":["jtemporal/minimal-fastapi-webapp-auth0"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-fastapi-webapp-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-fastapi-webapp-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-fastapi-webapp-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-fastapi-webapp-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/minimal-fastapi-webapp-auth0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234353796,"owners_count":18818887,"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":["auth0","fastapi"],"created_at":"2024-10-11T15:51:11.200Z","updated_at":"2025-09-27T18:31:19.176Z","avatar_url":"https://github.com/jtemporal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Demo Web App with Auth0\n\nThis application is a sample on how to integrate Auth0 for authentication in a FastAPI web application using APIRouter and module separation.\n\n## How to run the server\n\n1. Clone this repository\n   ```\n   git clone https://github.com/jtemporal/minimal-fastapi-webapp-auth0.git \u0026\u0026 cd minimal-fastapi-webapp-auth0\n   ```\n\n2. Create a `.config` file from `.config.example` and populate the values from your Auth0 Application. Here is \n   ```\n   cp .config.example .config\n   ```\n   Tip: you can use `openssl rand -hex 32` for the secret key.\n\n3. Create a virtual environment and install dependencies\n   \n   ```\n   # Create a venv\n   python3 -m venv .env \n   \n   # Activate\n   source .env/bin/activate\n   \n   # Install dependencies\n   pip install -r requirements.txt\n   ```\n\n4. Start the server\n\n   ```\n   uvicorn main:app --reload\n   ```\n   \n5. Visit [`http://localhost:8000`](http://localhost:8000) to access the web application.\n\n----\n\nRewatch this live stream on FastAPI authentication with Auth0 and Jinja templates!\n\n- On [twitch](https://www.twitch.tv/videos/1990681238)\n- On [YouTube](https://www.youtube.com/watch?v=BMLaMdob3Cs)\n\nWhere to find us: \n* Jess' LinkedIn: http://linkedin.com/in/jessicatemporal/\n* Juan's LinkedIn: https://www.linkedin.com/in/bajcmartinez/\n\nSign up for Auth0's developer newsletter here: https://a0.to/nl-signup/python","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fminimal-fastapi-webapp-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fminimal-fastapi-webapp-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fminimal-fastapi-webapp-auth0/lists"}