Hello @fading verge, Thanks a lot for the medusa-extender. This tools is usefull.
I succeed to create an admin route but I didn't find the best solution to create a new Store/xx/me/ route (cookie auth)
My route is accessible without any cookie even if I put the requiredAuth.
@Router({ routes: [{ requiredAuth: true, path: '/store/companies/me', method: 'get',