Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

126
Vistas
Why do we use JWT instead of firebase

We can verify a user by firebase or by their email that saved to the database. But having these system why do we use JWT (json web token)? Is there any specific reason to use it?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Once you authenticate a user, you need to give back to the client some sort of token that indicates they are an authorized client so when the next request comes in, they can send just that token and not have to reauthenticate from scratch.

There are a number of ways to do that. You can create a session cookie (like when using express-session) or you can use a JWT which is a standardized type of token that is signed and can be verified or expired, etc... There's no requirement to use JWT specifically as the token technology. It's just one common, well-supported option.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda