Disabling email scope on Github oath
Hey! I'm currently trying to use better-auth with drizzle. I want to use Github's oath to sign the users in, though I don't want to access their emails. I've tried adding scopes like
read_user
, read:user
, profile
or similar to the scopes yet nothing really works. They all still require emails to be read. Is there any way to add a scope that does this? Has this been added to better-auth yet? Doc linkOAuth | Better Auth
How Better Auth handles OAuth
1 Reply
Solution
Got a fix: