PAV-6: Login social LinkedIn (OAuth)#145
Merged
Benevanio merged 9 commits intoJun 18, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix exchangeLinkedinCode to match ExchangeCodeParams interface - Use callbackUrl + expectedState like Google provider - Add email validation in handleCallback — reject profiles without email - Add integration tests for LinkedIn callback and email-absent case Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add handleLinkedinLogin handler in RigthSide and RegisterSide - Replace Facebook button with LinkedIn button using inline SVG icon - Add tests for LinkedIn button click triggering OAuth redirect Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add unit test for email validation in handleCallback (oauth_email_required) - Add LinkedIn provider to auth.service mock registry - Add logInfo test without ctx to cover nullish coalescing branch Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
A skill usava origin/develop para comparacoes e nao passava --head no gh pr create, causando falha ao criar PRs de um fork. Agora usa upstream/develop e --head <owner-do-fork>:<branch>. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Someone is attempting to deploy a commit to the Bene Tesla's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jeremiassnts
pushed a commit
to jeremiassnts/Jobs_Scraper_Global
that referenced
this pull request
Jun 19, 2026
…unity#145 LinkedIn OAuth) Mantém tanto GitHub OAuth (pav-58) quanto LinkedIn OAuth (pav-6) nos componentes de login/registro e no authService. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Descrição
Implementa o login social com LinkedIn (OAuth) no Painel Vagas. No backend, foi adicionado o provider LinkedIn com validação de email obrigatório. No frontend, o botão "Entrar com Facebook" foi substituído pelo botão "Entrar com LinkedIn" nas telas de login e registro, e a função
getLinkedinAuthUrlfoi adicionada ao authService. Testes foram atualizados para cobrir os novos fluxos e manter o threshold de 80% de cobertura.Linear link
https://linear.app/tatame/issue/PAV-6/login-social-linkedin-oauth
Como foi testado
Testes unitários — Backend: 309/309 passando | Frontend: 149/153 (4 falhas pré-existentes em jobsService.test.ts)