{"id":15442162,"url":"https://github.com/lig/django-loginza-me","last_synced_at":"2025-09-09T21:28:27.104Z","repository":{"id":2511786,"uuid":"3487275","full_name":"lig/django-loginza-me","owner":"lig","description":"Django app and auth backend for authenticating using http://loginza.ru/ service.","archived":false,"fork":false,"pushed_at":"2012-02-19T20:34:24.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T09:55:37.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/lig.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}},"created_at":"2012-02-19T18:35:25.000Z","updated_at":"2013-10-31T16:36:37.000Z","dependencies_parsed_at":"2022-09-07T03:11:26.291Z","dependency_job_id":null,"html_url":"https://github.com/lig/django-loginza-me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lig/django-loginza-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lig%2Fdjango-loginza-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lig%2Fdjango-loginza-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lig%2Fdjango-loginza-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lig%2Fdjango-loginza-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lig","download_url":"https://codeload.github.com/lig/django-loginza-me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lig%2Fdjango-loginza-me/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269600174,"owners_count":24444878,"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-08-09T02:00:10.424Z","response_time":111,"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":[],"created_at":"2024-10-01T19:25:33.316Z","updated_at":"2025-08-09T16:13:57.567Z","avatar_url":"https://github.com/lig.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\ndjango-loginza-me is the Django app and auth backend for authenticating using http://loginza.ru/ service.\n\n\n# Usage\n\n## settings.py\n\n    INSTALLED_APPS = (\n        # …\n        'django.contrib.auth',\n        # …\n        'loginza',\n        # …\n    )\n\n    from django.conf.global_settings import (TEMPLATE_CONTEXT_PROCESSORS,\n        AUTHENTICATION_BACKENDS)\n    \n    TEMPLATE_CONTEXT_PROCESSORS += (\n        'loginza.context_processors.loginza_url',\n    )\n    \n    AUTHENTICATION_BACKENDS += (\n        'loginza.auth.backends.LoginzaBackend',\n    )\n    LOGIN_URL = '/'  # or any page you will display login form on\n    LOGIN_REDIRECT_URL = '/'  # or any page you want to redirect user after login to\n    LOGOUT_URL = '/'  # or any page you want to redirect user after logout to\n\n## urls.py\n\n    urlpatterns = patterns('',\n        # …\n        url(r'^auth/', include('loginza.urls')),\n        # …\n    )\n\n## Templates\n\n* Get widget code at [Loginza](http://loginza.ru/). \n* Use `{{ LOGINZA_URL }}` as `token_url` widget parameter.\n* Use `{% url loginza-logout %}` for logout form action url (note that logout form must use post method and contain csrf_token).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flig%2Fdjango-loginza-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flig%2Fdjango-loginza-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flig%2Fdjango-loginza-me/lists"}