summary refs log tree commit diff
path: root/src/util/connections/Connection.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eslint: array callback return, no restricted importsRory&2026-04-191-1/+1
|
* Make connections more verbose and include some setup instructionsRory&2026-04-191-0/+9
|
* Fix some JSdoc errorsRory&2026-03-141-3/+4
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-73/+73
|
* No more fallback URLsRory&2025-12-171-2/+1
|
* Prettier u6Rory&2025-12-171-8/+3
|
* Fix bad importsRory&2025-12-161-1/+1
|
* Move schemas to separate moduleRory&2025-10-141-1/+1
|
* Use front end URI instead of APITomatoCake2024-07-061-4/+4
|
* Fix connection class importsPuyodead12023-08-061-1/+1
|
* License informationMadeline2023-04-021-0/+18
|
* Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-1/+11
| | | | Use api_endpointPublic instead of cdn_endpointPublic
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-4/+21
| | | | | | | | - 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)
* `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-3/+4
|
* adding connection now worksPuyodead12023-03-181-2/+2
|
* add connectionsPuyodead12023-03-181-0/+72