10 Commits

Author SHA1 Message Date
TomatoCake
cd7641c2ae Fix loading connection settings 2024-07-06 06:47:14 +02:00
Puyodead1
fe4acbfee5
Fix linter warnings in connections 2023-08-06 23:15:35 -04:00
Puyodead1
5c8359ec45
Fix connection class imports 2023-08-06 22:56:13 -04:00
Madeline
844f1de6aa
License information 2023-04-02 11:32:40 +10:00
Madeline
218f71b82c
Merge branch 'master' into refactor/dev/connections 2023-04-02 10:55:17 +10:00
Madeline
c7277efbad
Move redirect uri generation to getRedirectUri function of Connection class.
Use api_endpointPublic instead of cdn_endpointPublic
2023-03-18 19:33:32 -04:00
Puyodead1
d8ecc4269f
replace node-fetch with wretch 2023-03-18 19:28:46 -04:00
Puyodead1
6d6944cfee
Add Twitch, error handling, revokation changes, etc 2023-03-18 19:28:45 -04:00
Puyodead1
0db1fa5f0b
Refreshable connections, refactoring, access-token endpoint
- 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)
2023-03-18 19:27:39 -04:00
Puyodead1
d12751006e
add epic games connection 2023-03-18 19:26:14 -04:00