Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | License information | Madeline | 2023-04-02 | 6 | -0/+108 |
| | |||||
* | Less spammy user connection logs | Madeline | 2023-04-02 | 2 | -11/+13 |
| | |||||
* | fix a few linting errors | Puyodead1 | 2023-03-18 | 2 | -4/+7 |
| | |||||
* | Move redirect uri generation to getRedirectUri function of Connection class. | Madeline | 2023-03-18 | 1 | -1/+11 |
| | | | | Use api_endpointPublic instead of cdn_endpointPublic | ||||
* | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 1 | -1/+1 |
| | |||||
* | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 4 | -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 loaded | Madeline | 2023-03-18 | 1 | -1/+2 |
| | |||||
* | Fix ConnectionLoader from throwing when uploading default config keys | Madeline | 2023-03-18 | 1 | -10/+8 |
| | |||||
* | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE` | Madeline | 2023-03-18 | 1 | -3/+4 |
| | |||||
* | adding connection now works | Puyodead1 | 2023-03-18 | 3 | -6/+6 |
| | |||||
* | add connections | Puyodead1 | 2023-03-18 | 5 | -0/+225 |