Download the PHP package larva/laravel-auth-signature-guard without Composer
On this page you can find all versions of the php package larva/laravel-auth-signature-guard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-auth-signature-guard
laravel-auth-signature-guard
适用于 Laravel Auth 的签名看守器,基于 Laravel Passport
安装
公共请求参数
公共请求参数是每个接口都需要使用到的请求参数。
名称 | 类型 | 描述 |
---|---|---|
app_id |
String | 访问服务使用的应用ID。 |
timestamp |
Int | 请求的时间戳,10位数整形。 |
signature |
String | 签名结果串。 |
signature_method |
String | 签名方式,取值:HMAC-SHA1/HMAC-SHA256 |
signature_version |
String | 签名版本,取值:1.0 |
signature_nonce |
String | 唯一随机数,用于防止网络重放攻击。在不同请求间要使用不同的随机数值。 |
参数签名计算 例子
All versions of laravel-auth-signature-guard with dependencies
PHP Build Version
Package Version
The package larva/laravel-auth-signature-guard contains the following files
Loading the files please wait ....