React Interview

Question

JWT против сессий: в чём разница и где хранить токены?

Editor
export default function App() {
  return <h1>Solve the task here</h1>;
}