Add access token from OAuth provider
@auth/core/providers/spotify
with covexAuth
to create users/sessions in my Convex app.
Now, I'd like to call the Spotify API with the proper access token. I tried using the token generated by Convex Auth's signIn
, but this doesn't appear to work—I suppose that makes sense, but it was worth a shot.
Since the Convex Auth docs mention that configs are implemented with Auth.js configs, I took a look at the Auth.js "Extending the session" docs. They expose session
and jwt
callbacks for the purpose of sending data from a provider to the client. It looks like these callbacks are intentionally left out of the convexAuth
implementation, but is there a way to achieve something similar?...Suggestion: Drop "Convex Developer Hub" from Convex Docs page titles
Login with cli or programmatically
Auth token is not a valid JWT with ConvexProviderWithClerk (EXPO)
React Native Offline App Behavior
Creating a validator for [key: string]: any
Value does not match validator

Stuck in "Analyzing and deploying source code..." Phase During Convex Deployment
Error handling in query functions
how to create tuples in convex
NEED HELP: Somehow get rate limited

nextauth auth with convex tokens
I would like to add to Functions.
TanStack Start and Convex Pagination glitches
Nodemailer Causes Runtime Error

How to get user's locale(selected language)
auth process not defined?
Are you planning on supporting angular?
Convex useQuery Not Updating in Real-Time
useQuery
Not Updating in Real-Time
I'm building an npm package (xerexjs
) for real-time notifications in React/Next.js using Convex. The useQuery
for fetching notifications requires a manual refresh instead of updating in real-time.
Schema...