{"id":21440690,"url":"https://github.com/sdediego/django-rest-jwt-auth","last_synced_at":"2026-04-18T17:35:39.035Z","repository":{"id":98953436,"uuid":"484217514","full_name":"sdediego/django-rest-jwt-auth","owner":"sdediego","description":"Django Rest API backend for JSON Web Token authentication","archived":false,"fork":false,"pushed_at":"2022-04-24T17:19:06.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T12:49:18.899Z","etag":null,"topics":["api-restful","clean-architecture","django","django-rest-framework","docker","poetry","python"],"latest_commit_sha":null,"homepage":"","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/sdediego.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":"2022-04-21T22:02:53.000Z","updated_at":"2023-05-09T07:17:10.000Z","dependencies_parsed_at":"2023-05-27T13:15:54.878Z","dependency_job_id":null,"html_url":"https://github.com/sdediego/django-rest-jwt-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdediego/django-rest-jwt-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdediego%2Fdjango-rest-jwt-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdediego%2Fdjango-rest-jwt-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdediego%2Fdjango-rest-jwt-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdediego%2Fdjango-rest-jwt-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdediego","download_url":"https://codeload.github.com/sdediego/django-rest-jwt-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdediego%2Fdjango-rest-jwt-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-restful","clean-architecture","django","django-rest-framework","docker","poetry","python"],"created_at":"2024-11-23T01:17:42.460Z","updated_at":"2026-04-18T17:35:39.017Z","avatar_url":"https://github.com/sdediego.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _Django Rest Framework JSON Web Token Authentication_\n\nThis repository contains the code for Django Rest JSON Web Token API backend. The application aims to provide an API backend server for user authentication with JWT (JSON Web Token).\n\n## Documentation\n\nThis project has been developed using [Django][django] with [Django Rest Framework][djangorestframework] for the application code and [Postgres][postgres] as relational database.\n\nCode structure implementation follows a [Clean Architecture][cleanarchitecture] approach, emphasizing on code readability, responsibility decoupling and unit testing.\n\nFor API backend endpoints documentation refer to the [drf_jwt.yaml][swagger] file in the docs directory.\n\n## Setup\n\nDownload source code cloning this repository:\n```\ngit clone https://github.com/sdediego/django-rest-jwt-auth.git\n```\n\n## Run the API backend:\n\nCreate docker images and execute the containers for development. From the project directory:\n```\ndocker-compose -f ./docker/docker-compose.yaml up --build\n```\n\nShutdown the application and remove network and containers gracefully:\n```\ndocker-compose -f ./docker/docker-compose.yaml down\n```\n\n[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job.)\n\n[django]: \u003chttps://www.djangoproject.com\u003e\n[djangorestframework]: \u003chttps://www.django-rest-framework.org\u003e\n[postgres]: \u003chttps://www.postgresql.org\u003e\n[cleanarchitecture]: \u003chttps://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html\u003e\n[swagger]: \u003chttps://github.com/sdediego/django-rest-jwt-auth/blob/main/docs/drf_jwt.yaml\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdediego%2Fdjango-rest-jwt-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdediego%2Fdjango-rest-jwt-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdediego%2Fdjango-rest-jwt-auth/lists"}