summary refs log tree commit diff
path: root/src/connections/GitHub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter warnings in connectionsPuyodead12023-08-061-8/+17
|
* Fix connection class importsPuyodead12023-08-061-1/+1
|
* License informationMadeline2023-04-022-0/+36
|
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-021-1/+1
|
* Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-8/+1
| | | | Use api_endpointPublic instead of cdn_endpointPublic
* replace node-fetch with wretchPuyodead12023-03-181-30/+12
|
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-4/+24
|
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-12/+7
| | | | | | | | - 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)
* Switch from Github real name to username for GH connectionMadeline2023-03-181-1/+1
|
* add epic games connectionPuyodead12023-03-181-3/+10
|
* `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-5/+5
|
* adding connection now worksPuyodead12023-03-181-6/+1
|
* add connectionsPuyodead12023-03-182-0/+119