Commit 1d5e4ff
committed
fix(pinterest): add OAuth token refresh handler
Added Pinterest provider to getProviderAuthConfig() to enable automatic
token refresh when access tokens expire. Without this, users would
experience authentication failures after tokens expire.
Configuration:
- Token endpoint: https://api.pinterest.com/v5/oauth/token
- Uses Basic Authentication (as per Pinterest OAuth spec)
- Supports refresh token rotation
This prevents authentication failures and ensures continuous Pinterest
integration functionality.1 parent 6e97e98 commit 1d5e4ff
2 files changed
+400
-301
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1084 | 1097 | | |
1085 | 1098 | | |
1086 | 1099 | | |
| |||
0 commit comments