{"id":17249672,"url":"https://github.com/phildini/django-sandstorm","last_synced_at":"2025-04-14T05:09:25.706Z","repository":{"id":57421772,"uuid":"50144851","full_name":"phildini/django-sandstorm","owner":"phildini","description":"Django Package for doing authentication with sandstorm.io","archived":false,"fork":false,"pushed_at":"2020-02-14T22:44:32.000Z","size":7,"stargazers_count":7,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T05:09:08.403Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phildini.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-21T23:49:08.000Z","updated_at":"2020-02-12T19:40:15.000Z","dependencies_parsed_at":"2022-08-27T08:41:05.897Z","dependency_job_id":null,"html_url":"https://github.com/phildini/django-sandstorm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fdjango-sandstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fdjango-sandstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fdjango-sandstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Fdjango-sandstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phildini","download_url":"https://codeload.github.com/phildini/django-sandstorm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824682,"owners_count":21167345,"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":"2024-10-15T06:44:56.059Z","updated_at":"2025-04-14T05:09:25.676Z","avatar_url":"https://github.com/phildini.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/django-sandstorm.svg)](https://pypi.python.org/pypi/django-sandstorm)\n\n# django-sandstorm\nDjango package for helping integrate a django app with sandstorm.io\n\nTo use:\n`pip install django-sandstorm`\n\nIt is HIGHLY recommended you make a separate sandstorm settings file for your\napp. Whether or not you do, the following needs to go in your app settings for\nintegration with sandstorm to work:\n\n```\nINSTALLED_APPS += (\n    'django_sandstorm',\n)\n\nAUTHENTICATION_BACKENDS = (\n    'django.contrib.auth.backends.RemoteUserBackend',\n)\n\nMIDDLEWARE_CLASSES += (\n    'django_sandstorm.middleware.SandstormMiddleware',\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Fdjango-sandstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphildini%2Fdjango-sandstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Fdjango-sandstorm/lists"}