{"id":18403734,"url":"https://github.com/russellluo/toauth","last_synced_at":"2025-04-12T19:11:47.090Z","repository":{"id":18413147,"uuid":"21594989","full_name":"RussellLuo/toauth","owner":"RussellLuo","description":"A simple authentication system for Tornado.","archived":false,"fork":false,"pushed_at":"2014-07-09T02:17:30.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T04:17:12.508Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RussellLuo.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":"2014-07-08T02:26:05.000Z","updated_at":"2014-07-08T02:31:03.000Z","dependencies_parsed_at":"2022-08-20T16:40:14.955Z","dependency_job_id":null,"html_url":"https://github.com/RussellLuo/toauth","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/RussellLuo%2Ftoauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Ftoauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Ftoauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Ftoauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RussellLuo","download_url":"https://codeload.github.com/RussellLuo/toauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618281,"owners_count":21134201,"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-11-06T02:48:02.078Z","updated_at":"2025-04-12T19:11:47.068Z","avatar_url":"https://github.com/RussellLuo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"toauth\n======\n\nA simple authentication system for Tornado.\n\n\n1. Run the demo\n---------------\n\n1) run server:\n\n    $ cd toauth\n    $ export PYTHONPATH=.\n    $ python demo/auth.py\n\n2) access in browser:\n\n    http://127.0.0.1:8888/\n\n2. Customization\n----------------\n\nYou can customize the authentication system by editing `settings.py`.\n\nOpen `settings.py` to see the default settings:\n\n    # user orm class\n    USER = User\n\n    # dict-like session engine\n    SESSION = Session\n\n    # session key of user\n    SESSION_KEY = 'auth_user_id'\n\n    # cookie key of session\n    COOKIE_KEY = 'auth_session_id'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Ftoauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frussellluo%2Ftoauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Ftoauth/lists"}