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.
1 Reply
did you find any answer to that? I'd faced the same issues and I'm stuck!