Demo relying party

A signup form that fills itself.

This is an ordinary HTML form with data-protext attributes on its fields and one script tag. Press the button, choose what to share, come back filled in. No demo data — it uses your vault, so put something in it first.

Join Lighthouse — a Sunday gathering
The whole integration
<script src="https://protext.org/sdk.js"
  data-client-id="YOUR_CLIENT_ID"
  data-scope="openid profile email context:work context:link context:interest"></script>

<button data-protext-signin></button>

<input data-protext="identity.name">
<input data-protext="contact.email">
<textarea data-protext="work.building"></textarea>