adnanrahic / adnanrahic/a-crash-course-on-serverless-auth
Callback in verifyToken
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 160
- Forks
- 38
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In verfyToken.js i believe the correct would be:
`return callback('Unauthorized', null);`
and not:
`return callback(null, 'Unauthorized');`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start in verfyToken.js at verifyToken and inspect how its callback is consumed. Compare the unauthorized path with the repository's callback convention, then verify the resulting behavior through the relevant authentication flow.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, node.js
- Área
- authentication, backend
- Tipo de issue
- Error
- Dificultad
- 1/5
- Tiempo estimado
- Menos de una hora
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 35/100