I run an independent GTA racing league at https://shadowhex.net and I am using the Discourse User API Key flow to let drivers sign in with their Cfx.re account, as recommended in previous threads here.
Could a staff member please add the following URL to allowed_user_api_auth_redirects?
https://shadowhex.net/api/auth/cfx/callback
The integration requests the session_info scope only — no read, no write. The key is used once to read the account id and is then revoked immediately; it is never stored. The site only needs a permanent identifier so a driver’s results survive a rename.
Application name: ShadowHex GTA League
Forum account: @ShadowHex99
Thank you.