summary refs log tree commit diff
path: root/src/util/connections (follow)
Commit message (Collapse)AuthorAgeFilesLines
* License informationMadeline2023-04-026-0/+108
|
* Less spammy user connection logsMadeline2023-04-022-11/+13
|
* fix a few linting errorsPuyodead12023-03-182-4/+7
|
* Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-1/+11
| | | | Use api_endpointPublic instead of cdn_endpointPublic
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-1/+1
|
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-184-5/+55
| | | | | | | | - 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)
* Don't try to upload entire config for each connection loadedMadeline2023-03-181-1/+2
|
* Fix ConnectionLoader from throwing when uploading default config keysMadeline2023-03-181-10/+8
|
* `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-3/+4
|
* adding connection now worksPuyodead12023-03-183-6/+6
|
* add connectionsPuyodead12023-03-185-0/+225