{"id":16889721,"url":"https://github.com/benoitc/dj-cookieauth","last_synced_at":"2025-07-31T15:41:07.030Z","repository":{"id":1319234,"uuid":"1264155","full_name":"benoitc/dj-cookieauth","owner":"benoitc","description":"Secure Cookie Auth module for Django","archived":false,"fork":false,"pushed_at":"2011-01-17T17:41:51.000Z","size":100,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:52:30.609Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benoitc.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2011-01-17T17:40:43.000Z","updated_at":"2020-01-21T11:12:08.000Z","dependencies_parsed_at":"2022-07-17T12:30:44.336Z","dependency_job_id":null,"html_url":"https://github.com/benoitc/dj-cookieauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Fdj-cookieauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Fdj-cookieauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Fdj-cookieauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitc%2Fdj-cookieauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benoitc","download_url":"https://codeload.github.com/benoitc/dj-cookieauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566948,"owners_count":20473451,"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-13T16:58:35.254Z","updated_at":"2025-03-20T07:18:30.661Z","avatar_url":"https://github.com/benoitc.png","language":"Python","readme":"dj-cookieauth\n-------------\n\nSimple secure cookie authentication.\n\n\nInstall\n-------\n::\n\n    $ python setup.py install\n\nConfigure\n---------\n\nAdd *djcookieauth.middleware.CookieAuthMiddleware* to your middlewares::\n\n    MIDDLEWARE_CLASSES = (\n        ...\n        'djcookieauth.middleware.CookieAuthMiddleware'\n    )\n\nAdd **djcookieauth** to your installed::\n\n    INSTALLED_APPS = (\n        ...\n        'djcookieauth'\n    )\n\nAdd urls.py to your url and set the login and logout url to the login view in *djcookieauth.view* . And voilà.\n\n\nNote: If you want sha256 encoded password, add these lines on top of\nyour settings.py::\n\n    from djcookieauth.auth import patch_auth\n    patch_auth()\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitc%2Fdj-cookieauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitc%2Fdj-cookieauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitc%2Fdj-cookieauth/lists"}