{"id":31322884,"url":"https://github.com/instruct-br/graphene-django-jwt-middleware","last_synced_at":"2025-09-25T19:26:47.934Z","repository":{"id":46888220,"uuid":"511633563","full_name":"instruct-br/graphene-django-jwt-middleware","owner":"instruct-br","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-07T18:44:55.000Z","size":18,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-20T10:39:55.059Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instruct-br.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}},"created_at":"2022-07-07T18:24:37.000Z","updated_at":"2023-03-24T12:35:52.000Z","dependencies_parsed_at":"2023-01-21T04:40:29.528Z","dependency_job_id":null,"html_url":"https://github.com/instruct-br/graphene-django-jwt-middleware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/instruct-br/graphene-django-jwt-middleware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instruct-br%2Fgraphene-django-jwt-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instruct-br%2Fgraphene-django-jwt-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instruct-br%2Fgraphene-django-jwt-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instruct-br%2Fgraphene-django-jwt-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instruct-br","download_url":"https://codeload.github.com/instruct-br/graphene-django-jwt-middleware/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instruct-br%2Fgraphene-django-jwt-middleware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276967899,"owners_count":25737147,"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-09-25T02:00:09.612Z","response_time":80,"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":[],"created_at":"2025-09-25T19:26:42.333Z","updated_at":"2025-09-25T19:26:44.463Z","avatar_url":"https://github.com/instruct-br.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphene Django JWT Middleware\n\nThis is a [Graphene Django](https://docs.graphene-python.org/projects/django/en/latest/) middleware to check JWT in GraphQL schemas.\n\n## Installing\n\nwith pipenv:\n\n```bash\npipenv install graphene-django-jwt-middleware\n```\n\nor poetry:\n\n```bash\npoetry add graphene-django-jwt-middleware\n```\n\n## Usage\n\nIn your django `settings.py` file, find `GRAPHENE` configuration and insert at the `MIDDLEWARE` section:\n\n```python\n...\n\nGRAPHENE = {\n    \"SCHEMA\": \"...\",\n    'MIDDLEWARE': [\n        'graphene_django_jwt_middleware.middleware.JWTAuthorizationMiddleware'\n    ]\n}\n\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstruct-br%2Fgraphene-django-jwt-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstruct-br%2Fgraphene-django-jwt-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstruct-br%2Fgraphene-django-jwt-middleware/lists"}