Proven Network
  • What is Proven Network?
  • The trust model and cryptography
  • Coding Verifiable Components
  • Storage Options
  • HTTP-Based Components
  • Creating your first Proven Application
  • Integrating the front-end SDK
Powered by GitBook
On this page
  • Using accessing the user context through HTTP headers
  • Code examples

HTTP-Based Components

HTTP components can also be created and may be useful when integrating Proven applications with other third-party systems such as OAuth providers.

To create an HTTP endpoint your component must implement the wasi:http/proxy interface and implement incoming-handler.

Using accessing the user context through HTTP headers

Bearer tokens (JWTs) may be generated through the developer SDKs and presented to HTTP endpoints via the Authorization header to allow temporary access to session-based storage resources.

Code examples

Coming soon

PreviousStorage OptionsNextCreating your first Proven Application

Last updated 11 months ago