[ ソース: 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
- golang-github-sigstore-timestamp-authority-dev
- rekor
- tryton-modules-account-payment-braintree
- sq-wot
- golang-github-avast-apkverifier-dev
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