summary refs log tree commit diff
path: root/src/util/dtos/ConnectedAccountDTO.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-2/+2
| | | | | | | | - 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)
* implement PATCH connectionPuyodead12023-03-181-2/+4
|
* adding connection now worksPuyodead12023-03-181-9/+9
|
* add connectionsPuyodead12023-03-181-0/+41