{"id":19925289,"url":"https://github.com/altwalker/django-auth","last_synced_at":"2026-04-17T13:33:10.787Z","repository":{"id":175423280,"uuid":"560488563","full_name":"altwalker/django-auth","owner":"altwalker","description":"The application is built as a demo to showcase how to write tests in python and execute them with AltWalker.","archived":false,"fork":false,"pushed_at":"2022-11-02T22:42:27.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T05:46:22.311Z","etag":null,"topics":["altwalker","demo","django","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/altwalker.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":"2022-11-01T16:00:22.000Z","updated_at":"2022-11-01T16:03:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc68a1fc-57b0-402d-89be-d91181cbe40e","html_url":"https://github.com/altwalker/django-auth","commit_stats":null,"previous_names":["altwalker/django-auth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/altwalker/django-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altwalker%2Fdjango-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altwalker%2Fdjango-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altwalker%2Fdjango-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altwalker%2Fdjango-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altwalker","download_url":"https://codeload.github.com/altwalker/django-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altwalker%2Fdjango-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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":["altwalker","demo","django","python"],"created_at":"2024-11-12T22:21:40.559Z","updated_at":"2026-04-17T13:33:10.762Z","avatar_url":"https://github.com/altwalker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django AUTH\n\nDjango web application with authentication flow.\n\nThe application is built as a demo to showcase how to write tests in python and execute them with [AltWalker](https://altwalker.github.io/altwalker/).\n\nFeatures:\n\n * Login\n * Create Account\n * Reset Password\n * Change Password\n * Logout\n\n## Run Django AUTH from code\n\nWindows bash:\n\n```sh\ngit clone https://github.com/altwalker/django-auth.git\ncd django-auth\n\npython -m pip install pipenv\npython -m venv env\n. env/Scripts/activate\npipenv install\n\npython manage.py migrate\npython manage.py runserver\n```\n\nWindows cmd:\n\n```bat\ngit clone https://github.com/altwalker/django-auth.git\ncd django-auth\n\npython -m pip install pipenv\npython -m venv env\n.\\env\\Scripts\\activate.bat\npipenv install\n\npython manage.py migrate\npython manage.py runserver\n```\n\nUnix/MacOS:\n\n```sh\ngit clone https://github.com/altwalker/django-auth.git\ncd django-auth\n\npython -m pip install pipenv\npython -m venv env\nsource env/bin/activate\npipenv install\n\npython manage.py migrate\npython manage.py runserver\n```\n\n## Build and run as a docker image\n\n```\n$ docker build -t django-auth .\n$ docker run --rm -it -p 8000:8000 django-auth\n```\n\n## Load reset password emails\n\nWhen resetting a password an email must be sent to the user with a reset password link. For testability we save the email contents in a file that can be accessed by automated software at `/testability/last-reset-pwd-email`\n\n## Useful links\n\nTo run the tests against this app, clone the tests repo from https://github.com/altwalker/altwalker-examples and follow the installation steps for `python-auth` example.\n\nWe've published an image on docker hub with this codebase: https://hub.docker.com/r/altwalker/demos\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltwalker%2Fdjango-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltwalker%2Fdjango-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltwalker%2Fdjango-auth/lists"}