Hey, I've recently been learning about Flux architecture and messing around with it, I'm at the point now where I'm trying to build a web app where Redux handles the user authentication. I've already built plenty of apps with user authentication (using Passport mainly) so the concept is familiar to me.The thing is, when I try to look for tutorials on implementing a Redux store that handles the authentication, almost all the results I get are for various authentication services like Auth0.So my 2 questions are:Is there any reason for me to use these services? I already have my own implementations of JWT auth which works great.Does anyone have a good tutorial for the implementation I'm looking for, hopefully one that isn't trying to sell me something?Thanks!
Submitted July 03, 2018 at 08:28PM by TomerCodes
No comments:
Post a Comment