Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft(MSAL): Redireciona usuário para a página inicial após login e ajusta fluxo de autenticação #102

Merged
merged 8 commits into from
Dec 11, 2024

Conversation

Potatoyz908
Copy link
Collaborator

Descrição do Pull Request

Este pull request implementa o redirecionamento do usuário autenticado para a página inicial após o login bem-sucedido com a Microsoft, utilizando MSAL. Além disso, ajusta o fluxo de autenticação para melhorar a experiência do usuário e o tratamento de erros.


O que foi feito?

  • Adicionado redirecionamento para a home page após o login no endpoint /microsoft/callback/.
  • Incluído feedback ao usuário através de mensagens de sucesso e erro com django.contrib.messages.
  • Salvas informações básicas do usuário (nome, email, oid) na sessão para uso em outras partes da aplicação.
  • Ajustado o fluxo de tratamento de erros para cenários de falha no login.
  • Garantido que a URL home está configurada corretamente para o redirecionamento.

Checklist

  • Meu código segue as diretrizes do projeto.
  • Adicionei testes para cobrir as mudanças.
  • Atualizei a documentação, se necessário.

@Potatoyz908 Potatoyz908 added bug Something isn't working back-end Related to back-end development front-end Related to front-end development labels Dec 11, 2024
@Potatoyz908 Potatoyz908 added this to the Sprint 8 milestone Dec 11, 2024
@Potatoyz908 Potatoyz908 linked an issue Dec 11, 2024 that may be closed by this pull request
4 tasks
@anaelisaramos
Copy link
Collaborator

🚀🚀

@anaelisaramos anaelisaramos linked an issue Dec 11, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@TiagoBalieiro TiagoBalieiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muito bom!

Copy link
Collaborator

@pedroeverton217 pedroeverton217 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Work!

@Potatoyz908 Potatoyz908 merged commit 96c4215 into main Dec 11, 2024
1 check passed
@Potatoyz908 Potatoyz908 deleted the 87/task/atualizar-endpoints-para-o-login-microsoft branch December 11, 2024 19:37
@Potatoyz908 Potatoyz908 restored the 87/task/atualizar-endpoints-para-o-login-microsoft branch December 11, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Related to back-end development bug Something isn't working front-end Related to front-end development
Projects
None yet
5 participants