套件: 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