summary refs log tree commit diff
path: root/src/connections/BattleNet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-3/+22
|
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-15/+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)
* add epic games connectionPuyodead12023-03-181-7/+16
|
* `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-10/+8
|
* adding connection now worksPuyodead12023-03-181-6/+1
|
* add connectionsPuyodead12023-03-182-0/+138