[ 原始碼: 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