{"id":13502478,"url":"https://github.com/lepture/flask-oauthlib","last_synced_at":"2025-05-14T00:03:05.901Z","repository":{"id":8495505,"uuid":"10102813","full_name":"lepture/flask-oauthlib","owner":"lepture","description":"YOU SHOULD USE https://github.com/lepture/authlib","archived":false,"fork":false,"pushed_at":"2024-07-19T05:05:48.000Z","size":861,"stargazers_count":1451,"open_issues_count":75,"forks_count":455,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-05-04T17:41:59.039Z","etag":null,"topics":["flask","oauth","oauth-client","oauth-provider","oauth-server","oauth2","oauth2-client","oauth2-provider","oauth2-server","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lepture.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-16T14:19:29.000Z","updated_at":"2025-03-30T14:20:07.000Z","dependencies_parsed_at":"2024-10-29T10:47:36.414Z","dependency_job_id":null,"html_url":"https://github.com/lepture/flask-oauthlib","commit_stats":{"total_commits":540,"total_committers":82,"mean_commits":6.585365853658536,"dds":0.3018518518518518,"last_synced_commit":"d8369c8ae06150d37da2eba951ae9646235f940b"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepture%2Fflask-oauthlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepture%2Fflask-oauthlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepture%2Fflask-oauthlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepture%2Fflask-oauthlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lepture","download_url":"https://codeload.github.com/lepture/flask-oauthlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645582,"owners_count":21941330,"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":["flask","oauth","oauth-client","oauth-provider","oauth-server","oauth2","oauth2-client","oauth2-provider","oauth2-server","python"],"created_at":"2024-07-31T22:02:15.319Z","updated_at":"2025-05-14T00:03:05.814Z","avatar_url":"https://github.com/lepture.png","language":"Python","readme":"Flask-OAuthlib\n==============\n\n.. image:: https://img.shields.io/badge/donate-lepture-green.svg\n   :target: https://lepture.com/donate\n   :alt: Donate lepture\n.. image:: https://img.shields.io/pypi/wheel/flask-oauthlib.svg\n   :target: https://pypi.python.org/pypi/flask-OAuthlib/\n   :alt: Wheel Status\n.. image:: https://img.shields.io/pypi/v/flask-oauthlib.svg\n   :target: https://pypi.python.org/pypi/flask-oauthlib/\n   :alt: Latest Version\n.. image:: https://travis-ci.org/lepture/flask-oauthlib.svg?branch=master\n   :target: https://travis-ci.org/lepture/flask-oauthlib\n   :alt: Travis CI Status\n.. image:: https://coveralls.io/repos/lepture/flask-oauthlib/badge.svg?branch=master\n   :target: https://coveralls.io/r/lepture/flask-oauthlib\n   :alt: Coverage Status\n\n\nNotice\n------\n\n**You SHOULD use https://github.com/lepture/authlib instead**.\n\nFlask-OAuthlib is an extension to Flask that allows you to interact with\nremote OAuth enabled applications. On the client site, it is a replacement\nfor Flask-OAuth. But it does more than that, it also helps you to create\nOAuth providers.\n\nFlask-OAuthlib relies on oauthlib_.\n\n.. _oauthlib: https://github.com/idan/oauthlib\n\n\nSponsored by\n------------\n\nIf you want to quickly add secure authentication to Flask, feel free to\ncheck out Auth0's Python API SDK and free plan at `auth0.com/developers`_\n|auth0 image|\n\n.. _`auth0.com/developers`: https://auth0.com/developers?utm_source=GHsponsor\u0026utm_medium=GHsponsor\u0026utm_campaign=flask-oauthlib\u0026utm_content=auth\n\n.. |auth0 image| image:: https://user-images.githubusercontent.com/290496/31718461-031a6710-b44b-11e7-80f8-7c5920c73b8f.png\n   :target: https://auth0.com/developers?utm_source=GHsponsor\u0026utm_medium=GHsponsor\u0026utm_campaign=flask-oauthlib\u0026utm_content=auth\n   :alt: Coverage Status\n   :width: 18px\n   :height: 18px\n\n\nFeatures\n--------\n\n- Support for OAuth 1.0a, 1.0, 1.1, OAuth2 client\n- Friendly API (same as Flask-OAuth)\n- Direct integration with Flask\n- Basic support for remote method invocation of RESTful APIs\n- Support OAuth1 provider with HMAC and RSA signature\n- Support OAuth2 provider with Bearer token\n\n\nSecurity Reporting\n------------------\n\nIf you found security bugs which can not be public, send me email at `me@lepture.com`.\nAttachment with patch is welcome.\n\n\nInstallation\n------------\n\nInstalling flask-oauthlib is simple with pip::\n\n    $ pip install Flask-OAuthlib\n\nThere is also a `development version \u003chttps://github.com/lepture/flask-oauthlib/archive/master.zip#egg=Flask-OAuthlib-dev\u003e`_ on GitHub.\n\n\nLinks\n-----\n\n- Documentation: https://flask-oauthlib.readthedocs.io\n- PyPI: https://pypi.org/project/Flask-OAuthlib/\n- Client Examples: https://github.com/lepture/flask-oauthlib/tree/master/example\n","funding_links":[],"categories":["Authentication","资源列表","Python","flask","Authentication and OAuth","介绍","Awesome Python","Uncategorized"],"sub_categories":["验证","Authentication","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepture%2Fflask-oauthlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flepture%2Fflask-oauthlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepture%2Fflask-oauthlib/lists"}