summary refs log tree commit diff
path: root/src/util/interfaces/ConnectedAccount.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* License informationMadeline2023-04-021-0/+18
|
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-0/+1
|
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-0/+16
- Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)