bfjberger / transcendence

ft_transcendence 42
2 stars 2 forks source link

Modifier les patterns des websockets pour qu'elles matchent même avec des caractères autorisés #84

Closed Killian-Morin closed 1 month ago

Killian-Morin commented 1 month ago
Killian-Morin commented 1 month ago

Le group name utilisé pour la websocket ne peut pas contenir de '@' ou de '+' donc ajouter un test qui n'autorise pas la création d'un compte avec un '@' ou un '+' dans l'username. On obtient cet erreur en back sinon: TypeError: Group name must be a valid unicode string with length < 100 containing only ASCII alphanumerics, hyphens, underscores, or periods