redwoodjs / playground-auth

This repo demonstrates all the authentication providers that Redwood supports
https://redwood-playground-auth.netlify.app/
MIT License
34 stars 25 forks source link

NHost Auth: GitHub sign in appears to be broken #111

Open mxvsh opened 2 years ago

mxvsh commented 2 years ago

I was trying to sign in with GitHub using Nhost but it appears to be broken.

This is what I am getting in the console :

TypeError: e.auth.signIn is not a function
dthyresson commented 2 years ago

@nunopato Do we have a version implementation discrepancy with NHost?

We may still be on

"@nhost/nhost-js": "1.1.14",

dthyresson commented 2 years ago

@nunopato Or doe we need to merge in https://github.com/redwoodjs/playground-auth/pull/103 ?

Thanks!

dthyresson commented 2 years ago

@xencodes It looks like the have the code to update. Would you be interested in seeing in the PR is ok and determining if docs or other updates are needed per https://github.com/redwoodjs/redwood/pull/4770?

I am not currently using Nhost and may be easier for you to test out the PR's.

Much appreciated if you can, but no worries if not.