You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample shows how to build a library component that uses a maxminddb to provide geoip information. The application component consumes the geoip component as a dependency querying the geoip database upon HTTP request.
This folder contains a Spin application which is able to validate JWT tokens issued by any OAuth 2.0 & OpenID Connect compliant Identity Provider (or Token Issuer).
This Spin application is designed to limit access to a given origin, until a configurable point in time has reached. Incoming requests hitting the Spin application before the desired point in time has been reached, won't be forwarded to the origin. Instead a configurable HTTP status code will be returned.
This sample shows a Fermyon Wasm Function that responds to all GET requests with the response from another site (in this case a 'random animal facts' sample).
This folder contains a Spin app, that is allowed to make outbound HTTP requests to the Star Wars API. Upon calling the origin (Star Wars API), the accept header from the incoming request is used (if not specified it's defaulting to */*).