Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Github SignUp/SignIn

Abierto
#1,373 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
javascript

Línea de trabajo

Comienza con el botón de conexión de GitHub existente en la página de integración de usuario y, a continuación, sigue las páginas de registro e inicio de sesión y la ruta de GitHub. Revisa cómo la ruta actualiza el store y la sesión, incluida la ruta de redirección persistida, y consulta el issue de API vinculado para conocer el comportamiento del lado del servidor. Se considera terminado cuando los botones de registro e inicio de sesión de GitHub funcionan y la autenticación correcta redirige al destino original.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

needs estimate

Problem

We want to add github signup/sign in in addition to the github connect we currently have.

This can be done followingly

First, we add buttons to the UI

  • Add a signup with github button to the signup page. This is basically the connect with github button on the user integration page, just with different test
  • Add a sign in with github button to the login page, same as above

Considering the behavior of the button is about the same, we should rename the existing component and then rewrite it so it yields to content (so we can specify text/content ourselves).

Next, we modify our github route

Right now, it sends the code and the state to our API and pushes the returned user into the store.

We should modify this so it also signs the returned user into the session and, if that happens, does not redirect to the settings.integrations route and instead redirects to the redirected from route (should be persisted in the session).

That's it on ember

That should be all there is to it on the side of ember. We can expand later, by, for example, allowing users who signed up through github, to set their password, etc.

The rest is done on the API - https://github.com/code-corps/code-corps-api/issues/9#issuecomment-329185148

@JoshSmith Does this sound like it should be it, or am I missing something?

Lenguaje dominante
JavaScript
Estrellas
120
Forks
75
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de code-corps/code-corps-ember

Todos los issues de code-corps/code-corps-ember

Issues similares

Más issues de JavaScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.