ExHubic v0.1.0 Mix.Tasks.Hubic
A mix task that generates the hubic application refresh token on the user's behalf for a given client.
Steps outline
- The user goes to https://hubic.com/ and sets up an account to retrieve a username and password.
- Then the user is prompted to do some activations.of
- The user creates an application in the hubic website.
- With the username, password, clientid, clientsecret and redirect url from the recently created application, a mix task is run which will apply scope to the user and get the refresh_token on the user's behalf.
Client configuration
See the mix task basic or mix task advanced for practical steps involved in running the hubic mix task.