Wamen integrator demo
App-owned sign-in, verified on the server
This browser receives a short-lived Wamen identity token, sends it once to this app’s backend, then discards it. The backend verifies the token and creates its own in-memory session.
Demo app session
Checking session…
- Verified opaque subject
- Verified phone
Identity values shown here come only from the backend session response. This page never decodes or trusts JWT claims in the browser. Sessions are intentionally in memory and reset whenever the demo is redeployed or restarted.