パッケージ: ruby-safety-net-attestation (0.4.0-2)
ruby-safety-net-attestation に関するリンク
Trisquel の資源:
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]
メンテナ:
Original Maintainers:
- Debian Ruby Team (メールアーカイブ)
- Pirate Praveen
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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