Hi,
We´ve got a site build in django and now I´m developing an App with more functions. The fact is that I need user to be authentiqued vs my django server. How to do that? any example or clue?
I hear about django rest framework, but I need more info or examples or something.
Thans!
Hi @ikerib you should check out Django Rest Framework, their docs are really easy to follow, and they have several packages they recommend for authentication.