Hello Ahmed
The forum is way more active these days. It's worth repeating your introduction
there, perhaps under membership:
https://forum.djangoproject.com/c/internals/mentorship/10 .
Balaji, you can also try asking there for support.
Good luck all.
On Fri, 14 Feb 2025, at 01:02, Thamarai Se
Hi Balaji,
If you add token validation globally like using session or jwt token
authentication in middleware , generally all requests comes under the token
validation in other words all endpoints are protected.
But we will get token after login successfully. So here you have to make
the login en
Please share the specific piece of code where this token is being created.
On Thu, Feb 13, 2025, 8:31 PM BALAJI V
wrote:
> Hi, I'm new to Django. When I try to generate a login token, I receive
> these errors:
> json
> CopyEdit
> {"detail": "Authentication credentials were not provided."}
> {"er