JWT Authentication with Django Rest Framework

Hi,

I wanted to ask how can I authenticate a user on my backend which uses Django Rest Framework using Bubble. DRF has APIs to generate and refresh JWT tokens, which I believe can be stored on Bubble’s end. What is the best possible way to do this?

My objective is to ensure that the API is secured, I believe anyone can view the call in the Networks tab and exploit the API to get data directly.

Thanks.