[ 源代码: ruby-safety-net-attestation ]
软件包:ruby-safety-net-attestation(0.4.0-2)
ruby-safety-net-attestation 的相关链接
Debian 的资源:
下载源码包 ruby-safety-net-attestation:
- [ruby-safety-net-attestation_0.4.0-2.dsc]
- [ruby-safety-net-attestation_0.4.0.orig.tar.gz]
- [ruby-safety-net-attestation_0.4.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-googleapis-enterprise-certificate-proxy-dev
- enterprise-certificate-proxy-signer
- python3-endesive
- tryton-modules-account-payment-stripe
- python3-certvalidator
- golang-github-sigstore-rekor-dev
- rekor
- tryton-modules-account-payment-braintree
- sq-wot
- golang-github-avast-apkverifier-dev
- python3-certbot-dns-google
SafetyNet attestation response verification
A Ruby library to verify SafetyNet attestation statements from Google Play Services on your server.
This library verifies that the statement:
- has a valid signature that is trusted using certificates from https://pki.goog/ - has the correct nonce - has been generated recently (default allowed leeway from current time is 60 seconds) - has a signing certificate with the correct subject
With a valid statement your application can then inspect the information contained about the device integrity, calling app, and if applicable any integrity errors and potential solutions.
其他与 ruby-safety-net-attestation 有关的软件包
|
|
|
|
-
- dep: ruby-jwt (>= 2.0)
- JSON Web Token implementation in Ruby