Closed DanWebb closed 8 years ago
There's a sandbox specific authentication url for the "web application flow" which this pull request documents. For sandbox applications https://sandbox.uphold.com/authorize/<client_id> works but https://uphold.com/authorize/<client_id> does not.
https://sandbox.uphold.com/authorize/<client_id>
https://uphold.com/authorize/<client_id>
Thank you @DanWebb, landed as 92fb0a4.
There's a sandbox specific authentication url for the "web application flow" which this pull request documents. For sandbox applications
https://sandbox.uphold.com/authorize/<client_id>
works buthttps://uphold.com/authorize/<client_id>
does not.