{"id":27958125,"url":"https://github.com/codewithgodstime/drf-authx","last_synced_at":"2025-05-07T18:16:28.656Z","repository":{"id":258550752,"uuid":"864133296","full_name":"codeWithGodstime/drf-authX","owner":"codeWithGodstime","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-20T14:52:56.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T18:16:24.371Z","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/codeWithGodstime.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":"2024-09-27T14:54:48.000Z","updated_at":"2024-10-20T14:52:59.000Z","dependencies_parsed_at":"2024-10-20T13:48:09.657Z","dependency_job_id":null,"html_url":"https://github.com/codeWithGodstime/drf-authX","commit_stats":null,"previous_names":["codewithgodstime/drf-authx"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2Fdrf-authX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2Fdrf-authX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2Fdrf-authX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2Fdrf-authX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeWithGodstime","download_url":"https://codeload.github.com/codeWithGodstime/drf-authX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931508,"owners_count":21827112,"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":"2025-05-07T18:16:27.951Z","updated_at":"2025-05-07T18:16:28.633Z","avatar_url":"https://github.com/codeWithGodstime.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DRF AuthCore Boilerplate\n\n## Overview\n\nA customizable Django REST Framework (DRF) authentication boilerplate with JWT support, email verification, password reset, and a focus on **Test-Driven Development (TDD)**. This provides a flexible foundation without unnecessary routes or dependencies.\n\n## Features\n\n- Custom User Model\n- JWT Authentication\n- Email Verification\n- Password Reset\n- TDD-based Test Suite\n- Minimal Dependencies\n\n## Installation\n\n1. Clone the repo:\n\n   ```bash\n   git clone https://github.com/yourusername/drf-auth-boilerplate.git\n   cd drf-auth-boilerplate```\n\n2. pip install -r requirements.txt\n3. Set up .env:\n   ```.env\n   SECRET_KEY=your-secret-key\n   EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend\n   EMAIL_HOST=smtp.your-email-provider.com\n   EMAIL_PORT=587\n   EMAIL_USE_TLS=True\n   EMAIL_HOST_USER=your-email@example.com\n   EMAIL_HOST_PASSWORD=your-email-password\n   ```\n4. python manage.py migrate\n   ```\n   python manage.py migrate\n   ```\n\n## Endpoints\n- Register: /api/auth/register/\n- Login: /api/auth/login/\n- Logout: /api/auth/logout/\n- Verify Email: /api/auth/verify-email/\n- Password Reset: /api/auth/password-reset/\n- Password Change: /api/auth/password-change/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithgodstime%2Fdrf-authx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithgodstime%2Fdrf-authx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithgodstime%2Fdrf-authx/lists"}