Posts by Neto Matiazi • 1 point
2 posts
-
0
votes1
answer276
viewsQ: Unauthorized Token Authentication with Node, Vue, Xios and jwt
I’m in the middle of a course where on a provisional basis we’re using a fixed token validator in the application in this way: require('axios').defaults.headers.common['Autorization'] = `bearer…
-
0
votes1
answer36
viewsQ: Percentage of each value within a table field. The field stores two values, 1 for yes and 2 for No
I’m trying to develop a customer satisfaction survey application where the user answers some questions with numbers 1 to 10 and another yes or no. In one of the reports, I show the average of each…