79675996

Date: 2025-06-23 10:11:09
Score: 1
Natty:
Report link

The question is quite old but still relevant and technology has changed. I am using WASM Web Tokens to secure my unauthenticated API. These are tokens generated in the browser using Webassembly and have shared secrets for the backend api to decrypt and verify. Webassembly being byte code is far harder to read than javascript

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Aaron