проблема с хранилищем jwtToken и как отправить его вместе с запросом
#node.js Вопрос: Вот шаблон, который я использую : https://jasonwatmore.com/post/2020/05/13/node-mongo-api-with-email-sign-up-verification-authentication-forgot-password И вот GitHub для этого: https://github.com/cornflourblue/node-mongo-signup-verification-api Итак, у нас есть эти два маршрута: router.post('/authenticate', authenticateSchema, authenticate); router.post('/refresh-token', refreshToken); И затем у…