HTTP-Based Components
Last updated
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.
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.
Coming soon
Last updated