OpenSaasAU / keystone-nextjs-auth

A package that add social auth to Keystone-6 (https://keystonejs.com/) by using next-authjs (https://next-auth.js.org/)
MIT License
75 stars 11 forks source link

Can this be used for authentication for a React Native app? #121

Open oldo opened 2 years ago

oldo commented 2 years ago

Hi there and thank you for creating and maintaining this bodacious library! We have been building out an API using KS and so far have been very happy and impressed with it. Whilst we are using the admin UI we also have a mobile app that we are building using React Native to call KS's GraphQL API. So far so good because we have everything public, but we want to start implementing authentication/authorisation via social login providers. This library appears to offer what we need but I am unsure at this stage whether we can use it to implement social authentication via our React Native app? Are you able to indicate whether this is possible or if we need to be taking a different approach? Thank you :-) Ollie.

borisno2 commented 2 years ago

Looks like some progress is being made over at https://github.com/nextauthjs/next-auth/discussions/3942 - keep an eye on this for react native support.

oldo commented 2 years ago

Thanks @borisno2 Keeping an eye on it :-)