{"id":15065810,"url":"https://github.com/walison17/django-rest-firebase-auth","last_synced_at":"2025-04-10T13:34:01.763Z","repository":{"id":41914976,"uuid":"266659628","full_name":"walison17/django-rest-firebase-auth","owner":"walison17","description":"Use firebase authentication with your django rest framework project","archived":false,"fork":false,"pushed_at":"2024-02-07T19:31:54.000Z","size":46,"stargazers_count":25,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T12:13:00.540Z","etag":null,"topics":["authentication","django","django-rest-firebase","django-rest-framework","firebase-auth","firebase-authentication","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/walison17.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":"2020-05-25T01:51:50.000Z","updated_at":"2025-01-17T19:37:58.000Z","dependencies_parsed_at":"2024-10-13T01:40:53.500Z","dependency_job_id":"403dac5f-00ce-4858-9361-0f85c48cdbdb","html_url":"https://github.com/walison17/django-rest-firebase-auth","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":0.04347826086956519,"last_synced_commit":"5bc0d5224427b864a78152d78987758b18685dd0"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walison17%2Fdjango-rest-firebase-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walison17%2Fdjango-rest-firebase-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walison17%2Fdjango-rest-firebase-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walison17%2Fdjango-rest-firebase-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walison17","download_url":"https://codeload.github.com/walison17/django-rest-firebase-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225853,"owners_count":21068078,"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":["authentication","django","django-rest-firebase","django-rest-framework","firebase-auth","firebase-authentication","python"],"created_at":"2024-09-25T00:54:21.238Z","updated_at":"2025-04-10T13:34:01.744Z","avatar_url":"https://github.com/walison17.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Rest Firebase Auth\n\nUse firebase authentication with your django rest framework project\n\n[![codecov](https://codecov.io/gh/walison17/django-rest-firebase-auth/branch/master/graph/badge.svg)](https://codecov.io/gh/walison17/django-rest-firebase-auth)\n\n## Requirements\n\n- Python \u003e= 3.7\n- Django \u003e= 2.2\n- Django Rest Framework\n\n## Installation\n\n```\npip install django-rest-firebase-auth\n```\n\nOn your project's `settings.py` add this to the `REST_FRAMEWORK` configuration\n\n```python\nREST_FRAMEWORK = {\n    ...\n    \"DEFAULT_AUTHENTICATION_CLASSES\": [\n        \"firebase_auth.authentication.FirebaseAuthentication\"\n    ]\n    ...\n}\n```\n\nGet your admin credentials `.json` from the Firebase SDK and add them to your project\n\n```python\nFIREBASE_AUTH = {\n    \"SERVICE_ACCOUNT_KEY_FILE\": \"path_to_your_credentials.json\"\n}\n```\n\nThe `django-rest-firebase-auth` comes with the following settings as default, which can be overridden in your project's `settings.py`.\n\n```python\nFIREBASE_AUTH = {\n    \"SERVICE_ACCOUNT_KEY_FILE\": \"\",\n\n    # require that user has verified their email\n    \"EMAIL_VERIFICATION\": False\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalison17%2Fdjango-rest-firebase-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalison17%2Fdjango-rest-firebase-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalison17%2Fdjango-rest-firebase-auth/lists"}