{"id":22938529,"url":"https://github.com/thedancercodes/flask-jwt-auth","last_synced_at":"2026-05-19T06:05:56.819Z","repository":{"id":78906056,"uuid":"87645687","full_name":"TheDancerCodes/Flask-Jwt-Auth","owner":"TheDancerCodes","description":"Testing some jwts","archived":false,"fork":false,"pushed_at":"2017-04-12T15:40:13.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T07:06:17.960Z","etag":null,"topics":["flask","flask-jwt","jwt"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheDancerCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-08T15:56:40.000Z","updated_at":"2017-04-08T16:00:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"544901f9-c845-4b9c-911d-a3da447d8a63","html_url":"https://github.com/TheDancerCodes/Flask-Jwt-Auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheDancerCodes/Flask-Jwt-Auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDancerCodes%2FFlask-Jwt-Auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDancerCodes%2FFlask-Jwt-Auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDancerCodes%2FFlask-Jwt-Auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDancerCodes%2FFlask-Jwt-Auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheDancerCodes","download_url":"https://codeload.github.com/TheDancerCodes/Flask-Jwt-Auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheDancerCodes%2FFlask-Jwt-Auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33204102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"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-jwt","jwt"],"created_at":"2024-12-14T12:18:18.709Z","updated_at":"2026-05-19T06:05:56.802Z","avatar_url":"https://github.com/TheDancerCodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask JWT Auth\n\n[![Build Status](https://travis-ci.org/realpython/flask-jwt-auth.svg?branch=master)](https://travis-ci.org/realpython/flask-jwt-auth)\n\n## Quick Start\n\n### Basics\n\n1. Activate a virtualenv\n1. Install the requirements\n\n### Set Environment Variables\n\nUpdate *project/server/config.py*, and then run:\n\n```sh\n$ export APP_SETTINGS=\"project.server.config.DevelopmentConfig\"\n```\n\nor\n\n```sh\n$ export APP_SETTINGS=\"project.server.config.ProductionConfig\"\n```\n\n### Create DB\n\nCreate the databases in `psql`:\n\n```sh\n$ psql\n# create database flask_jwt_auth\n# create database flask_jwt_auth_testing\n# \\q\n```\n\nCreate the tables and run the migrations:\n\n```sh\n$ python manage.py create_db\n$ python manage.py db init\n$ python manage.py db migrate\n```\n\n### Run the Application\n\n```sh\n$ python manage.py runserver\n```\n\nSo access the application at the address [http://localhost:5000/](http://localhost:5000/)\n\n\u003e Want to specify a different port?\n\n\u003e ```sh\n\u003e $ python manage.py runserver -h 0.0.0.0 -p 8080\n\u003e ```\n\n### Testing\n\nWithout coverage:\n\n```sh\n$ python manage.py test\n```\n\nWith coverage:\n\n```sh\n$ python manage.py cov\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedancercodes%2Fflask-jwt-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedancercodes%2Fflask-jwt-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedancercodes%2Fflask-jwt-auth/lists"}