软件包: 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 (Mail Archive)
- 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