OAuthLib 开源项目使用教程

OAuthLib 开源项目使用教程

oauthlibA generic, spec-compliant, thorough implementation of the OAuth request-signing logic项目地址:https://gitcode.com/gh_mirrors/oa/oauthlib

1. 项目的目录结构及介绍

OAuthLib 是一个实现 OAuth 请求签名逻辑的通用规范兼容库。以下是 OAuthLib 项目的主要目录结构及其介绍:

oauthlib/
├── oauthlib/
│   ├── __init__.py
│   ├── oauth1/
│   │   ├── __init__.py
│   │   ├── client.py
│   │   ├── requests.py
│   │   ├── signatures.py
│   │   ├── tokens.py
│   │   └── utils.py
│   ├── oauth2/
│   │   ├── __init__.py
│   │   ├── client.py
│   │   ├── tokens.py
│   │   ├── utils.py
│   │   └── web.py
│   ├── oauth3/
│   │   ├── __init__.py
│   │   ├── client.py
│   │   ├── tokens.py
│   │   ├── utils.py
│   │   └── web.py
│   ├── openid/
│   │   ├── __init__.py
│   │   ├── connect/
│   │   │   ├── __init__.py
│   │   │   ├── core.py
│   │   │   ├── jwt.py
│   │   │   ├── requests.py
│   │   │   └── utils.py
│   │   ├── claims.py
│   │   ├── core.py
│   │   ├── jwt.py
│   │   ├── requests.py
│   │   └── utils.py
│   ├── common/
│   │   ├── __init__.py
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── request_validator.py
│   │   └── utils.py
│   ├── __main__.py
│   ├── __version__.py
│   └── utils.py
├── tests/
│   ├── __init__.py
│   ├── oauth1/
│   │   ├── __init__.py
│   │   ├── test_client.py
│   │   ├── test_requests.py
│   │   ├── test_signatures.py
│   │   ├── test_tokens.py
│   │   └── test_utils.py
│   ├── oauth2/
│   │   ├── __init__.py
│   │   ├── test_client.py
│   │   ├── test_tokens.py
│   │   ├── test_utils.py
│   │   └── test_web.py
│   ├── oauth3/
│   │   ├── __init__.py
│   │   ├── test_client.py
│   │   ├── test_tokens.py
│   │   ├── test_utils.py
│   │   └── test_web.py
│   ├── openid/
│   │   ├── __init__.py
│   │   ├── connect/
│   │   │   ├── __init__.py
│   │   │   ├── test_core.py
│   │   │   ├── test_jwt.py
│   │   │   ├── test_requests.py
│   │   │   └── test_utils.py
│   │   ├── test_claims.py
│   │   ├── test_core.py
│   │   ├── test_jwt.py
│   │   ├── test_requests.py
│   │   └── test_utils.py
│   ├── common/
│   │   ├── __init__.py
│   │   ├── test_constants.py
│   │   ├── test_exceptions.py
│   │   ├── test_request_validator.py
│   │   └── test_utils.py
│   └── test_utils.py
├── LICENSE
├── README.md
├── setup.py
└── tox.ini

目录结构介绍

  • oauthlib/: 包含 OAuthLib 的核心代码。
    • oauth1/: 实现 OAuth 1.0 的模块。
    • oauth2/: 实现 OAuth 2.0 的模块。
    • oauth3/: 实现 OAuth 3.0 的模块。
    • openid/: 实现 OpenID Connect 的模块。
    • common/: 包含通用工具和常量。
    • __main__.py: 主启动文件。

oauthlibA generic, spec-compliant, thorough implementation of the OAuth request-signing logic项目地址:https://gitcode.com/gh_mirrors/oa/oauthlib

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

经庄纲

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值