Unable to add github oauth provider
See original GitHub issueBug report
Describe the bug
when trying to add a github oauth provider I receive the following message in the console(not on site)
should have required property 'EXTERNAL_TWITTER_ENABLED'
A clear and concise description of what the bug is.
To Reproduce
login to supabase, go to project > authentication > settings add github credentials click save
Expected behavior
registration of github as an oauth provider
Screenshots

System information
- OS: osx big sur
- Browser: firefox
- Version of supabase-js:web dashboard(latest)
- Version of Node.js:na
Additional context
toggling the twitter oauth and hitting save results in this:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Troubleshooting OAuth App access token request errors
To solve this error, make sure you have the correct credentials for your OAuth App. Double check the client_id and client_secret to make...
Read more >Authorizing OAuth Apps - GitHub Docs
When authorizing an OAuth App, you should ensure you trust the application, review who it's developed by, and review the kinds of information...
Read more >Authorizing OAuth Apps - GitHub Docs
Once the user has authorized the device, the app will be able to make API calls with a new access token. Step 1:...
Read more >Enabling OAuth App access restrictions for your organization
Enabling OAuth App access restrictions for your organization · In the top right corner of GitHub.com, click your profile photo, then click Your...
Read more >unable to clone a repository when github oAuth is enabled
Describe the bug Trying to import a private github project, project is not cloned Here is the log in project-clone container: 2022/01/13 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@binarytide @hilmanski thanks, i’ve told the rest of team about this and we are investigating. We’ll come up with a fix as soon as we can!
@kangmingtay has just reminded me that we saw this bug internally, and it was indeed solved by adding the callback url to twitter developer dashboard (
https://<your-ref>.supabase.co/auth/v1/callback
)