11 commentaires (11 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript976 stars (976 stars)139 forks (139 forks)batch import
enhancementhelp wanted
Description
Implement Signup and Login pages
Guide contributeur
- Stack technique
- javascriptnodejsexpressgraphql
- Domaine
- backendauthentication
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 3-5 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- basic understanding of JWTExpress and GraphQL basicsfamiliarity with Relay
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 30
- Direction de recherche
- Review the existing GraphQL schema and Express server setup in the repository. The issue requests implementing signup and login endpoints with JWT authentication. Look at the current authentication mechanism (if any) in files like server.js, schema.js, or related middleware. Examine the 11 comments for additional context or partial solutions. Design a JWT based authentication flow, including user registration and login mutations, and protect relevant GraphQL queries/mutations with authentication checks. Refer to the repository's structure to integrate the solution consistently.