No content to show

User Activity

I created a new remix application using the cli, and I'm trying to send a request using fetch from actions in my react component but no matter what I do, when I call fetch the Authorization headers are empty.This is my index code: as you can see I ha...
I think this piece of code could help someone:verifyTokenSignature(token: JsonWebtoken, originalToken: string): boolean { const { exp, nbf, iss, dest, aud, sub } = token; console.log(originalToken); if (exp <= Math.floor(Date.now() / 100...
Does any body knows anything about this?I've been trying to days to send the Bearer {token} from my plugin to my microservices proxy using Remix template and no matter what I do the Bearer header is not sent.The documentation says that remix template...
This widget could not be displayed.
This widget could not be displayed.
Helpful From