remix-auth-socials icon indicating copy to clipboard operation
remix-auth-socials copied to clipboard

GoogleStrategy should allow custom scopes

Open agcty opened this issue 1 year ago • 0 comments

Describe the bug

Right now, the Google Strategy only allows for the "openid", "profile" & "email" scopes, however, there are many custom scopes that can be used with Google such as "https://www.googleapis.com/auth/business.manage" or "https://www.googleapis.com/auth/plus.business.manage". I propose changing the GoogleScope type to a simple string.

agcty avatar Oct 11 '22 13:10 agcty