tree: c2c1a932f3f0fb7f008e1acf3642a2368533f89b [path history] [tgz]
  1. android/
  2. DIR_METADATA
  3. OWNERS
  4. README.md
components/environment_integrity/README.md

Web Environment Integrity (WEI)

https://github.com/RupertBenWiser/Web-Environment-Integrity/blob/main/explainer.md

Implementations for Web Environment Integrity can vary from platform to platform. For example, on Android we must store key-pair identifiers called “handles” and make calls to the Play Integrity attester. On other platforms, the flow may be much different.

When adding WEI support for a platform, code that is specific to that platform should be placed in the appropriate platform-specific directory (e.g. /android). Code that can be used across platforms can be placed in a /common directory.

Currently Android is the only supported platform for WEI.