Can someone recommend me what is the best way to authenticate with express + react + redux?
I'm not sure if I use passport or json token?
who has been able to protect api with express!
Can someone recommend me what is the best way to authenticate with express + react + redux?
I'm not sure if I use passport or json token?
who has been able to protect api with express!
After looking for information on the most appropriate way to authenticate the test, I found this excellent tutorial that cleared all my doubts! where JWT is used (json web token) I leave the solution to my question in case depronto can help someone!
link of the tutorial repository link