Josh | Fanpool
Josh | Fanpool
CCConvex Community
Created by Josh | Fanpool on 9/7/2024 in #support-community
Logs do not work
export const { auth, signIn, signOut, store } = convexAuth({ providers: [ GitHub({ account: (acc) => { console.log({ acc }); return acc; }, }), ], }); For some reason, this, logs do not work. It's frustrating. I need to get the accesstoken, I get from github
3 replies
CCConvex Community
Created by Josh | Fanpool on 9/7/2024 in #support-community
I need to get the accesstoken and other information from Oauth with Github provider using convexAuth
I am building an app that would rely heaviily on githubs API, i need to be able to get the acess-token when I authenticate my app so that I can call githubs endpoints. Also, why is a user not created when I use a Githubapp just like it is when I use an OAuth App. My app requires users to create repos and do other things that are only available with github apps.
2 replies
CCConvex Community
Created by Josh | Fanpool on 8/19/2024 in #support-community
Convex in sveltekit application error. Kept getting $effect is not defined
No description
3 replies