server-side-app-integrity-check
Advanced tools
Comparing version 1.96.0 to 1.97.0
{ | ||
"name": "server-side-app-integrity-check", | ||
"version": "1.96.0", | ||
"version": "1.97.0", | ||
"description": "Server side library to generate nonces and check attestation tokens received from client apps within Android's Play Integrity API or Apple's App Attest API. It supports both classic and standard requests of Play Integrity API.", | ||
@@ -5,0 +5,0 @@ "main": "src/playIntegrity.mjs", |
@@ -94,3 +94,3 @@ # Server-side app integrity check Nodejs library | ||
| ||
@@ -101,6 +101,6 @@ ## Acknowledgements | ||
| ||
## License | ||
This work is licensed under the MIT license. See [LICENSE](https://github.com/sam-maverick/server-side-app-integrity-check/LICENSE) for details. | ||
This work is licensed under the MIT license. See [LICENSE](LICENSE) for details. |
36637