jiminny/oauth2-bullhorn
Composer 安装命令:
composer require jiminny/oauth2-bullhorn
包简介
Bullhorn OAuth 2.0 Client Provider for The PHP League OAuth2-Client
README 文档
README
This package provides Bullhorn OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
composer require jiminny/oauth2-bullhorn
Usage
For usage and code examples, check out the PHP League's basic usage guide.
Caveats
Bullhorn does not actually use OAuth across their API. One needs to perform a REST API Login call to obtain what they call bhrestToken and use that intead.
Few notes:
- As is expected the OAuth refresh token will be invalidated on first usage
- A bit surprising the access token is being invalidated on it's first usage as well
- We've observed this on non-successful requests as well (500 response)
- The token is served with expiration time 600, it's recommended to manually expire it on a successfull call.
统计信息
- 总下载量: 77.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-09