Auth_Routes example (source code version)
[issue link]I am working with the example of auth routes to create a persistent login system but every time I try to include the call to the api to get user data to fill “req.session.authUser” in “/api/index.js” doesn’t work. The store doesn’t recognize the route.
¿Someone’s have a example of this but working with a api call?