{"id":23792224,"url":"https://github.com/juliusmarkwei/auth-system","last_synced_at":"2025-09-06T09:33:23.909Z","repository":{"id":207906128,"uuid":"720160684","full_name":"juliusmarkwei/auth-system","owner":"juliusmarkwei","description":"a user authentication system build with JWT auth mechanism","archived":false,"fork":false,"pushed_at":"2024-02-28T12:34:46.000Z","size":5378,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T01:25:51.490Z","etag":null,"topics":["api","database","jwt","jwt-authentication","management","models","python","restful-api","server","user-management"],"latest_commit_sha":null,"homepage":"https://authentication-system-v1.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliusmarkwei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-11-17T17:55:59.000Z","updated_at":"2025-01-20T13:42:11.000Z","dependencies_parsed_at":"2024-01-17T21:43:01.190Z","dependency_job_id":"31811762-5dea-4ff9-84f8-f74f1d2eac93","html_url":"https://github.com/juliusmarkwei/auth-system","commit_stats":null,"previous_names":["juliusmarkwei/auth-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliusmarkwei/auth-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fauth-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fauth-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fauth-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fauth-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliusmarkwei","download_url":"https://codeload.github.com/juliusmarkwei/auth-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliusmarkwei%2Fauth-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886218,"owners_count":25185504,"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-06T02:00:13.247Z","response_time":2576,"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":["api","database","jwt","jwt-authentication","management","models","python","restful-api","server","user-management"],"created_at":"2025-01-01T18:28:57.148Z","updated_at":"2025-09-06T09:33:22.545Z","avatar_url":"https://github.com/juliusmarkwei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Authentication System\n\n## Overview\n\nThis project implements a robust User Authentication System, designed to manage user registrations and logins efficiently and securely. It uses Django framework for backend operations, emphasizing security and ease of use.\n\n### Screenshot of the Application\n\u003ca href='https://authentication-system-v1.vercel.app' target='_blank'\u003e\n    \u003cimg src='./assests/image1.png' alt='Image 1'\u003e\n\u003c/a\u003e\n\n## How to run application\n1. Clone the repository\n```\n    git clone https://github.com/juliusmarkwei/auth-system\n```\n2. Change current directory to /auth-sustem\n```\n    cd /auth-system\n```\n3.  Configure the database to any of your choice in the `settings.py` file. I recommend \u003ca href='https://supabase.com'\u003eSupabase\u003c/a\u003e database. Specify these variables as follows to connect the database to the application.\\\nNote: It is best practice to put the values for these variables in an `.env` file in you root directory.\n```\n    DB_HOST=your_db_host\n    DB_USER=your_db_user\n    DB_PASSWORD=your_db_password\n    DB_NAME=your_db_name\n    DB_PORT=your_db_port\n    DB_ENGINE=your_db_engine\n```\nAdd your secret key for the project also in the `settings.py` file. You can generate a secrete key as follow:\n```\n    from django.core.management.utils import get_random_secret_key\n    print(get_random_secret_key())\n```\nCopy the secrete key and add it to your _SECRETE_KEY_ in your `.env` file.\n```\n    SECRET_KEY=your_secret_key_here\n```\n\n4. Migrate into your new database\n```\n    python3 manage.py makemigrations\n    python3 manage.py migrate\n```\n\n5. Set us a superuser account by privode the neccesary credentials\n```\n    python3 manage.py createsuperuser\n```\n\n6. Run the server\n```\n    python3 manage.py runserver\n```\n\n## Reporting Issues 🚩\nIf you encounter any bugs or issues, please report them using the \u003ca href='https://github.com/juliusmarkwei/auth-system/issues'\u003eIssues\u003c/a\u003e section of my GitHub repository. When reporting issues, please include:\n\n* A clear and descriptive title.\n* A detailed description of the problem, including steps to reproduce it.\n* Any relevant logs or error messages. Your environment details (e.g., Django version, DRF version, database, etc.).\n\n## Want to Contribute? 💁🏼\nI love receiving pull requests from the community! If you have an improvement or a new feature you'd like to add, please feel free to do so.\n\n__Happy coding!__ 👍","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliusmarkwei%2Fauth-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliusmarkwei%2Fauth-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliusmarkwei%2Fauth-system/lists"}