Adopter-side real-credential check. Boots a tiny callback endpoint on
127.0.0.1, prints the authorize URL, and waits for you to complete the
provider flow in a browser.
Usage
mix sigra.oauth.smoketest --provider=google
mix sigra.oauth.smoketest --provider=google --port=4001Flags
--provider- Required provider to test. Currently onlygoogle.--port- Local callback port. Default:4001.--config- Optional explicit config path (for exampleMyApp.Accounts.sigra_config/0).
Exit Codes
0- Success1- Usage error2- Config error3- Round-trip failure