Posts by Júlio Nepomuceno • 19 points
4 posts
-
0
votes0
answers15
viewsQ: Video control with expo
I’m trying to do the react-native-media-controls control my video of the av expo and in no way works, below I will leave the code of the component complete import React, { useState, useRef } from…
-
0
votes0
answers43
viewsQ: error using one Signal React Nenable
I’m trying to use onesignal with typescript but I can’t. Every time I run the application it error and the vs code itself keeps pointing error but I can’t resolve... I followed the tutorial in…
-
0
votes2
answers2443
viewsA: req.Session in Node.js
It is not native to express, it is necessary to install it by NPM: npm i express-session or Yarn: yarn add express-session As far as I know it is a safer way to store information that needs to be…
-
1
votes0
answers119
viewsQ: Token refresh with JWT and Node.JS
I am making an API to understand how the Json Web Token, But he’s very simple, you know? So I can’t find content on how to do a token refresh that only lasts 5 minutes in a way that would be simple…