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.

Home Page:https://authc1.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect Options inconsistency with facebook

OultimoCoder opened this issue · comments

Every other redirect options looks like:

  const location = await github.redirect({
    options: {
    }
  })

Facebooks looks like:

  const location = await facebook.redirect({

  })

Can we make this consistent please

Great catch, sure!

Picked it up when upgrading and running integration tests here (I have tests for all the providers minus apple rn):

https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate