{"id":45345258,"url":"https://github.com/deeprave/django-email-auth-backend","last_synced_at":"2026-02-21T11:07:54.118Z","repository":{"id":239571863,"uuid":"799897881","full_name":"deeprave/django-email-auth-backend","owner":"deeprave","description":"Authentication Backend that supports either email or username login","archived":false,"fork":false,"pushed_at":"2025-07-22T08:13:18.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T10:28:08.148Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeprave.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,"zenodo":null}},"created_at":"2024-05-13T10:10:53.000Z","updated_at":"2025-07-22T08:13:21.000Z","dependencies_parsed_at":"2025-07-22T10:04:59.497Z","dependency_job_id":"ed834a47-5656-4ac5-923d-f4bb5f79f3da","html_url":"https://github.com/deeprave/django-email-auth-backend","commit_stats":null,"previous_names":["deeprave/django-email-auth-backend"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deeprave/django-email-auth-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeprave%2Fdjango-email-auth-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeprave%2Fdjango-email-auth-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeprave%2Fdjango-email-auth-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeprave%2Fdjango-email-auth-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeprave","download_url":"https://codeload.github.com/deeprave/django-email-auth-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeprave%2Fdjango-email-auth-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-21T11:07:53.399Z","updated_at":"2026-02-21T11:07:54.114Z","avatar_url":"https://github.com/deeprave.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-email-auth\nA simple Django app to authenticate users via email (or username).\n\n## Installation\n\n1. Add the package to the project in the usual way according to your project toolset (pip, poetry, pyenv, uv, etc.).\n2. Add the following to your `INSTALLED_APPS` setting:\n```python\nINSTALLED_APPS = [\n    ...\n    'email_auth',\n    ...\n]\n```\n3. Add the `AUTHENTICATION_BACKENDS` setting:\n```python\nAUTHENTICATION_BACKENDS = [\n    'django_email_auth.backend.EmailAuthBackend',\n]\n```\n\nYou can now use either your email OR username to log in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeprave%2Fdjango-email-auth-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeprave%2Fdjango-email-auth-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeprave%2Fdjango-email-auth-backend/lists"}