{"id":24268273,"url":"https://github.com/wise-team/python-social-auth-steemconnect","last_synced_at":"2025-09-24T06:31:39.960Z","repository":{"id":57469051,"uuid":"103485799","full_name":"wise-team/python-social-auth-steemconnect","owner":"wise-team","description":"SteemConnect backend for python-social-auth","archived":false,"fork":false,"pushed_at":"2019-04-14T01:20:55.000Z","size":7,"stargazers_count":9,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-12T18:03:16.129Z","etag":null,"topics":["python-social-auth","steem","steemconnect","steemit"],"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/wise-team.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}},"created_at":"2017-09-14T04:28:09.000Z","updated_at":"2022-10-15T06:38:32.000Z","dependencies_parsed_at":"2022-09-10T02:00:59.651Z","dependency_job_id":null,"html_url":"https://github.com/wise-team/python-social-auth-steemconnect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wise-team%2Fpython-social-auth-steemconnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wise-team%2Fpython-social-auth-steemconnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wise-team%2Fpython-social-auth-steemconnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wise-team%2Fpython-social-auth-steemconnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wise-team","download_url":"https://codeload.github.com/wise-team/python-social-auth-steemconnect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234046681,"owners_count":18771186,"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":["python-social-auth","steem","steemconnect","steemit"],"created_at":"2025-01-15T13:34:59.964Z","updated_at":"2025-09-24T06:31:34.664Z","avatar_url":"https://github.com/wise-team.png","language":"Python","readme":"python-social-auth-steemconnect\n===========================\n\nPluggable authentication backend for python-social-auth, that allows authentication via SteemConnect (v2).\n\n\n## Installation instructions\n\nFrom pypi\n\n    $ pip install social-auth-steemconnect\n\nor clone from Github\n\n    $ git clone git@github.com:wise-team/python-social-auth-steemconnect.git\n    $ cd python-social-auth-steemconnect \u0026\u0026 sudo python setup.py install\n\n## Pre-requisites\n\n`python-social-auth` must be installed and configured first. Please visit the\n[python-social-auth documentation](http://python-social-auth-docs.readthedocs.io/) for instructions.\n\n\n## Configuration instructions\n\n1. Add Waveapps backend to AUTHENTICATION_BACKENDS:\n\n        AUTHENTICATION_BACKENDS = (\n            'steemconnect.backends.SteemConnectOAuth2',\n            ...\n            'django.contrib.auth.backends.ModelBackend',\n        )\n\n2. Add your Waveapps settings to your django `settings.py` file.\n\n        SOCIAL_AUTH_STEEMCONNECT_KEY = '\u003cyour-steemconnect-app-acccount\u003e' # ex. 'myproject.app'\n        SOCIAL_AUTH_STEEMCONNECT_DEFAULT_SCOPE = ['vote', 'comment']\n\n## Examples\n\nReady to use examples of projects in Django, Flask and Tornado frameworks are prepared here:\n\nhttps://github.com/wise-team/python-social-auth-steemconnect-examples\n\n## Changelog\n\n### 0.0.3\n* SteemConnect endpoint changed from `https://v2.steemconnect.com` to `https://steemconnect.com`\n\n### 0.0.2\n* package rename\n\n### 0.0.1\n* Initial release\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwise-team%2Fpython-social-auth-steemconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwise-team%2Fpython-social-auth-steemconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwise-team%2Fpython-social-auth-steemconnect/lists"}