Skip to content

Move username/password authentication routes from v1 to vdev#122

Open
TeddyRoncin wants to merge 2 commits intodevfrom
feat/remove_username_password_signin
Open

Move username/password authentication routes from v1 to vdev#122
TeddyRoncin wants to merge 2 commits intodevfrom
feat/remove_username_password_signin

Conversation

@TeddyRoncin
Copy link
Copy Markdown
Member

Original PR #104

Issue #41

  • La route POST (v1)/auth/signin a été déplacée vers POST (vdev)/auth/signin
  • La route POST (v2)/auth/signup a été déplacée vers POST (vdev)/auth/signup
  • La route POST /auth/cas-signin a été déplacée vers POST /auth/signin
  • La route POST /auth/cas-signup a été déplacée vers POST /auth/signup
  • La connexion se fait maintenant avec uniquement le nom d'utilisateur
  • La route POST (vdev)/auth/signup ne prend plus l'âge, la date de naissance, le numéro étudiant.
  • Le type E2EAppProvider retourne un INestApplication modifié (avec un nouveau champ spec())
  • Spec peut désormais prendre une version et une base url

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 97.16981% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.15%. Comparing base (2a5a5c5) to head (ed9c10f).
⚠️ Report is 6 commits behind head on dev.

Files with missing lines Patch % Lines
src/exceptions.ts 83.33% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #122      +/-   ##
==========================================
- Coverage   83.19%   83.15%   -0.05%     
==========================================
  Files         140      141       +1     
  Lines        2398     2404       +6     
  Branches      470      465       -5     
==========================================
+ Hits         1995     1999       +4     
- Misses        367      369       +2     
  Partials       36       36              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant