AN.ONE sdk

Sign in with an.one.
No email.

Neutral Passkey auth CDN for the web. Same product as dev.d.wtf — different public brand. Load the script from this host; talk to the API on api.an.one.

CDN

Use these URLs when the app Brand is an.one.

https://sdk.an.one/dwtf.global.js

https://api.an.one

Snippet

<div id="dwtf"></div>
<script src="https://sdk.an.one/dwtf.global.js"></script>
<script>
  const auth = new DWTF.DwtfAuth({ appId: "YOUR_APP_ID", apiUrl: "https://api.an.one" });
  DWTF.mountAuthWidget({ target: document.getElementById("dwtf"), auth, brand: "an.one" });
</script>

Create the app and copy a ready snippet in the developer console — https://dev.d.wtf (Brand → an.one). This host is the SDK CDN only, not a second console.