academind/node-restful-api-tutorial

how do i access req.userData in controller

kennyendowed opened this issue · 0 comments

pls I have a challenge after setting up jwt and auth route I am trying to get user details without having to get it from d front end or having to decode the token all d time on all request . am trying to get user details from req.userData in any contoller