Friday, 8 May 2020

Making a local authentication strategy with nodejs and react-native

Ok, I would go to StackOverflow but my question doesn't seem specific enough, I've searched up quite a bit of how others handle authentication. I am not looking for a Oauth authentication but instead, I want my own local strategy, I've been following this udemy video "React Native the practical guide" and while he does do this, he is using firebase as his back-end so he doesn't explain anything in the server-side. I can try following along the front-end but I'm not sure how to tackle it in the back-end while using nodejs. So far I have my nodes setup, but none of them are route protected so just anyone with a link can make a post request. I've used passportjs in my previous projects but I've only used it with templates and only in the web. Does anyone know any resource that can explain or better yet I can follow along with creating a nodejs/react-native local authentication?

Submitted May 08, 2020 at 05:33PM by DontKnowHowButWill

No comments:

Post a Comment