djangoflow / django-df-chat

Djangoflow in-app chat server using django-channels
MIT License
0 stars 16 forks source link

Fix JWT token authentication for RESTful API endpoints #20

Closed sreekanthreddybalne closed 1 year ago

sreekanthreddybalne commented 1 year ago

Issue

Regression introduced in commit https://github.com/djangoflow/django-df-chat/commit/6ca78e273ef4286a77fe9a525e479b93daf66ca5

Due to this the /api/v1/chat/<room_pk>/messages/ endpoint is returning a 403 Forbidden error response.

Fix