{"id":21186798,"url":"https://github.com/emmanuelaaron/basicflaskauth","last_synced_at":"2025-03-14T20:18:45.224Z","repository":{"id":52156964,"uuid":"223913732","full_name":"Emmanuelaaron/BasicFlaskAuth","owner":"Emmanuelaaron","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-06T19:46:40.000Z","size":6,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T13:06:55.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Emmanuelaaron.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}},"created_at":"2019-11-25T09:46:52.000Z","updated_at":"2019-11-25T09:57:35.000Z","dependencies_parsed_at":"2022-08-28T15:43:52.042Z","dependency_job_id":null,"html_url":"https://github.com/Emmanuelaaron/BasicFlaskAuth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2FBasicFlaskAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2FBasicFlaskAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2FBasicFlaskAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2FBasicFlaskAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emmanuelaaron","download_url":"https://codeload.github.com/Emmanuelaaron/BasicFlaskAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243639558,"owners_count":20323511,"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-11-20T18:26:18.184Z","updated_at":"2025-03-14T20:18:45.202Z","avatar_url":"https://github.com/Emmanuelaaron.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Flask Auth - Follow Along\n\n## Getting Started\n\n### Installing Dependencies\n\n#### Python 3.7\n\nFollow instructions to install the latest version of python for your platform in the [python docs](https://docs.python.org/3/using/unix.html#getting-and-installing-the-latest-version-of-python)\n\n#### Virtual Enviornment\n\nWe recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the [python docs](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)\n\n#### PIP Dependencies\n\nOnce you have your virtual environment setup and running, install dependencies by running:\n\n```bash\npip install -r requirements.txt\n```\n\nThis will install all of the required packages we selected within the `requirements.txt` file.\n\n##### Key Dependencies\n\n- [Flask](http://flask.pocoo.org/)  is a lightweight backend microservices framework. Flask is required to handle requests and responses.\n\n- [jose](https://python-jose.readthedocs.io/en/latest/) JavaScript Object Signing and Encryption for JWTs. Useful for encoding, decoding, and verifying JWTS.\n\n## Running the server\n\nFrom within this directory first ensure you are working using your created virtual environment.\n\nEach time you open a new terminal session, run:\n\n```bash\nexport FLASK_APP=app.py;\n```\n\nTo run the server, execute:\n\n```bash\nflask run --reload\n```\n\nThe `--reload` flag will detect file changes and restart the server automatically.\n\n## Tasks\n\n### Setup Auth0\n\n1. Create a new Auth0 Account\n2. Select a unique tenant domain\n3. Create a new, single page web application\n4. Create a new API","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelaaron%2Fbasicflaskauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmanuelaaron%2Fbasicflaskauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelaaron%2Fbasicflaskauth/lists"}