This is used to simplify getting an OAuth token from Infusionsoft
- Configure the allowed domains in
secure.php. - Run the server.
- Redirect users to
/secure.php?authorizeUri=<authorization_uri>&redirectUri=<redirect_uri>. - The server will handle the authorization and redirect back to the provided redirect URI with the OAuth token.
This was originally created and used by NovakSolutions to handle getting OAuth credentials for client instances without registering each unique client domain with the Infusionsoft API