Authorize GitHub App error
I use GitHub auth provider
Firstly I create a GitHub OAuth App, set the callback url in GitHub OAuth App, config the client id and secret in supabase provider, the authorization process is OK
But now I want to use a Normal GitHub App not just Oauth App
So I create a Normal GitHub App, set the callback url in Normal GitHub App, update the client id and secret in supabae provider, but when I authorize the app, authorization error happen, it shows
I need help, how to solve this issue?
Firstly I create a GitHub OAuth App, set the callback url in GitHub OAuth App, config the client id and secret in supabase provider, the authorization process is OK
But now I want to use a Normal GitHub App not just Oauth App
So I create a Normal GitHub App, set the callback url in Normal GitHub App, update the client id and secret in supabae provider, but when I authorize the app, authorization error happen, it shows
access_denied, the user has denied your application accessI need help, how to solve this issue?