[0.3.2](https://github.com/areed1192/td-ameritrade-python-api/compare/0.3.1...v0.3.2) (12-04-2020)
Changes
- The library will no longer auto-generate `credentials.json` in the utility folder out of a concern for security. Instead, the user must specify where they would like to cache their refresh token.
- Breaks up the oAuth process into simpler functions that are easier for users to modify.
- Removes the `StatePath` object because of credentials storage protocol.
Bug Fixes
- Fixes an issue where grabbing a new access token would automatically grab a new refresh token. Now it will just grab the access token.
- Fixes an issue where the oAuth process would automatically invalidate a valid refresh token.