jwt-project
jwt-project copied to clipboard
how to get req.user accessable across in controller
how to I make req. user available globally or req. token available in controller or in indexjs
Add req and res as a parameter in your function.
@kennyendowed
@kennyendowed fixed ?