Hi,
By using strapi helper plugin you can achieve this
const {auth} = require("strapi-helper-plugin")
const userInfo = auth.getUserInfo()
Hi,
By using strapi helper plugin you can achieve this
const {auth} = require("strapi-helper-plugin")
const userInfo = auth.getUserInfo()