Language

WES Hub

Welcome back

Passwordless

Securely sign in using your Neuro Access app. No password is entered on this website.

See how this was built

Guide

How this sign-in was built

A step-by-step walkthrough of the Neuro Access Quick-Login integration behind the button above, with the exact code used at each stage.

    • Browser asks the backend to start a login.
    • Backend registers a callback with Neuro and gets a Service ID.
    • Backend starts a Quick-Login and receives a QR image plus a sign URL.
    • Neuro Access signs the request; Neuro posts the identity to the backend callback.
    • Backend correlates by session reference, creates its own session cookie, browser is redirected.
    Request order
    browser  ──▶ POST /api/public/auth/neuro/start
    backend  ──▶ POST https://br.id.tagroot.io/QuickLogin (register callback)  ──▶ serviceId
    backend  ──▶ POST https://br.id.tagroot.io/QuickLogin (mode: image)        ──▶ qr + signUrl
    phone    ──▶ signs the request inside Neuro Access
    neuro    ──▶ POST /api/public/auth/neuro/callback     (identity + SessionId)
    browser  ──▶ GET  /api/public/auth/neuro/status       ──▶ session cookie ──▶ /app