Développement #69314
api : accepter le numéro de téléphone de l’usager dans l’authentification drf
Start date:
20 September 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Assez tôt dans la méthode Authentic2Authentication.authenticate_credentials()
utilisée pour l’API on remonte dans la classe parente de DRF.
Il manque un bout de code pour que le userid passé à rest_framework.authentication.BasicAuthentication.authenticate_credentials()
puisse être le numéro de tél de l’usager.
Files
Related issues
Associated revisions
History
Updated by Paul Marillonnet about 2 years ago
- Related to Développement #49212: Création de compte avec un numéro de téléphone mobile added
Updated by Paul Marillonnet about 2 years ago
- Status changed from Nouveau to En cours
- Assignee set to Paul Marillonnet
Updated by Paul Marillonnet about 2 years ago
- File 0001-api-test-user-phone-number-basic-authz-69314.patch 0001-api-test-user-phone-number-basic-authz-69314.patch added
- Status changed from En cours to Solution proposée
- Patch proposed changed from No to Yes
Les modifications de #69221 dans le ModelBackend suffisent. Simplement un test ici.
Updated by Benjamin Dauvergne about 2 years ago
- Priority changed from Normal to Bas
Je met en bas, repasser dessus quand le ModelBackend sera ok.
Updated by Benjamin Dauvergne about 2 years ago
- Status changed from Solution proposée to Solution validée
Updated by Paul Marillonnet almost 2 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit 8ee074f6ed777fcdeb042ae01fb43ac9d0c0b255 Author: Paul Marillonnet <pmarillonnet@entrouvert.com> Date: Tue Oct 4 09:40:33 2022 +0200 api: test user phone number basic authz (#69314)
Updated by Transition automatique almost 2 years ago
- Status changed from Résolu (à déployer) to Solution déployée
api: test user phone number basic authz (#69314)