subhendukundu / worker-auth-providers

worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
https://authc1.com
279 stars 29 forks source link

fix: Join "scope" on google auth #43

Open miyanokomiya opened 6 months ago

miyanokomiya commented 6 months ago

I got this error when I use multiple scope items.

OAuth 2 parameters can only have a single value: scope

subhendukundu commented 6 months ago

Can you please fix the conflicts? I will merge the PR.

miyanokomiya commented 5 months ago

@subhendukundu Sorry for the late response, I rebuilt it. Thanks!