I have issues that i dont know how to call this api in my nodejs, i use ngrok let the code to be online already, how to call it
router.get(‘/save’, requiresAuth(), function (req, res, next) {
const userProfile = JSON.stringify(req.oidc.user, null, 2);
console.log(userProfile); // Print userProfile to the console
res.render(‘profile’, {
userProfile: userProfile,
title: ‘Profile page’
});
});
Hi @shieng.ng,
Thanks for reaching out to the Auth0 Community!
Could you please share the Post-Login Action script you are having issues with me?
And could you please share with me the exact steps you have taken so far to call your API in Node.js?
I look forward to your update.
Thanks,
Rueben
Hi @shieng.ng,
Just a friendly ping to see if you are still experiencing issues.
If so, please let us know.
Thanks,
Rueben
system
Closed
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.