Currently various questions arise regarding CredentialsCreator.
One of the issue is the fact that the temporary credentials are updated during step 1.
Nothing indicates in the methods names that the credentials will be updated.
In Web Application this will often result in users to not store the Authorization Key and Secret.
This results in a failure during Step 2
Comments: Associated with changeset 44993: Version 0.9.9.x
- Added Examplinvi.Web to ease the learning curve of Web Developers
- Created a credentials store to automatically retrieve the credentials in the login process
- The URL is now automatically updated to contain an authorization_id parameter that will be used to retrieve the associated credentials
- Timeout error handling for web project
One of the issue is the fact that the temporary credentials are updated during step 1.
Nothing indicates in the methods names that the credentials will be updated.
In Web Application this will often result in users to not store the Authorization Key and Secret.
This results in a failure during Step 2
Comments: Associated with changeset 44993: Version 0.9.9.x
- Added Examplinvi.Web to ease the learning curve of Web Developers
- Created a credentials store to automatically retrieve the credentials in the login process
- The URL is now automatically updated to contain an authorization_id parameter that will be used to retrieve the associated credentials
- Timeout error handling for web project