{"id":16509490,"url":"https://github.com/jtemporal/minimal-flask-webapp-auth0","last_synced_at":"2026-05-13T04:05:00.043Z","repository":{"id":212575204,"uuid":"731727098","full_name":"jtemporal/minimal-flask-webapp-auth0","owner":"jtemporal","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T18:56:14.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T18:35:27.388Z","etag":null,"topics":[],"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,"publiccode":null,"codemeta":null}},"created_at":"2023-12-14T18:27:11.000Z","updated_at":"2024-01-26T15:10:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e93c987-6c5b-423a-aab8-a99dba554166","html_url":"https://github.com/jtemporal/minimal-flask-webapp-auth0","commit_stats":null,"previous_names":["jtemporal/minimal-flask-webapp-auth0"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-flask-webapp-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-flask-webapp-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-flask-webapp-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fminimal-flask-webapp-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/minimal-flask-webapp-auth0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465113,"owners_count":19967243,"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":"2024-10-11T15:50:46.373Z","updated_at":"2026-05-13T04:05:00.037Z","avatar_url":"https://github.com/jtemporal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Demo Web App with Auth0\n\nThis application is a sample on how to integrate Auth0 for authentication in a Flask 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-flask-webapp-auth0.git \u0026\u0026 cd minimal-flask-webapp-auth0\n    ```\n2. Create a `.config` file from `.config.example` and populate the values from your Auth0 Application.\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   flask --app app run --port 4040\n   ```\n\n5. Visit [`http://localhost:4040/`](http://localhost:4040/) to access the starter web application.\n\n----\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fminimal-flask-webapp-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fminimal-flask-webapp-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fminimal-flask-webapp-auth0/lists"}