Join Discord
Powered by
I believe if you add this code in the front end S...
# support-questions-legacy
b
bitcoinrippin
09/17/2023, 2:47 PM
I believe if you add this code in the front end Session.addAxiosInterceptors(axios); and in the back end you call verifySession like this app.get("/yourApiCall", verifySession(), (req, res, next) => { let userid = req.session.userId });
Previous
Next