Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linter warnings in connections | Puyodead1 | 2023-08-06 | 1 | -7/+17 |
| | |||||
* | Fix connection class imports | Puyodead1 | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | License information | Madeline | 2023-04-02 | 1 | -0/+18 |
| | |||||
* | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 1 | -1/+1 |
| | |||||
* | Move redirect uri generation to getRedirectUri function of Connection class. | Madeline | 2023-03-18 | 1 | -12/+2 |
| | | | | Use api_endpointPublic instead of cdn_endpointPublic | ||||
* | replace node-fetch with wretch | Puyodead1 | 2023-03-18 | 1 | -84/+39 |
| | |||||
* | Add Twitch, error handling, revokation changes, etc | Puyodead1 | 2023-03-18 | 1 | -9/+42 |
| | |||||
* | Refreshable connections, refactoring, access-token endpoint | Puyodead1 | 2023-03-18 | 1 | -17/+62 |
| | | | | | | | | - 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 spotify connection | Puyodead1 | 2023-03-18 | 1 | -0/+148 |