Connect with a docs token

Bright's login page (bright.remine.com/login) currently loads an AWS WAF CAPTCHA challenge that an automated browser can't solve. Log in yourself in a normal browser instead, then hand us the resulting token:

How to get your docs token

  1. In a normal (non-incognito) browser tab, go to bright.remine.com/docs/ and log in with your Bright MLS credentials, solving the CAPTCHA/MFA as usual.
  2. Once the Docs app loads, open DevTools (F12) → Network tab.
  3. Reload the page, then click any request to docs-api. Find the Authorization request header — it looks like Bearer eyJ.... Copy everything after Bearer .
  4. (Optional, only needed for file uploads) In DevTools → ApplicationCookies, copy the cookies for the bright.remine.com origin as name=value; name2=value2 pairs.

Note: since we never see your password, this session can't refresh itself automatically. Docs tokens last about 49 days — when it expires, come back and paste a fresh one.

Privacy: the token (and cookies, if provided) are encrypted AES-256-GCM at rest; only this VPS can decrypt them.

← Back to password sign-in