Re: Token Generation Errors on Login
Thanks a lot! Your help fixed my issue. Really appreciate the support!
On Wednesday, February 19, 2025 at 9:08:40 AM UTC+5:30 RANGA BHARATH JINKA
wrote:
> Hi,
>
> You have to provide a bearer token in the headers. Test in postman with
> the bearer token. If you don't provide the token you will get this error.
>
> All the best
>
> On Tue, 18 Feb, 2025, 9:25 pm Ephraim Iannah,
> wrote:
>
>> Did you make additional changes in the settings.py file?
>>
>> On Thu, Feb 13, 2025, 4:01 PM Balaji V wrote:
>>
>>> Hi, I'm new to Django. When I try to generate a login token, I receive
>>> these errors:
>>> {"detail": "Authentication credentials were not provided."}
>>> {"error_short": "Module is not Assigned", "status": "failed"}
>>>
>>> Any help resolving these issues.Thanks!
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion visit
>>> https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com
>>>
>>>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>>
> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/CALce6JfiAWVe7vEZGWkwTgP%2B%2BzDoNOngOr7eVRjtGEj3ypTDhQ%40mail.gmail.com
>>
>>
>> .
>>
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-users/cbdb15d6-f39e-43bb-82a3-205dba7591b0n%40googlegroups.com.
Re: Token Generation Errors on Login
Hi,
You have to provide a bearer token in the headers. Test in postman with the
bearer token. If you don't provide the token you will get this error.
All the best
On Tue, 18 Feb, 2025, 9:25 pm Ephraim Iannah,
wrote:
> Did you make additional changes in the settings.py file?
>
> On Thu, Feb 13, 2025, 4:01 PM Balaji V
> wrote:
>
>> Hi, I'm new to Django. When I try to generate a login token, I receive
>> these errors:
>> {"detail": "Authentication credentials were not provided."}
>> {"error_short": "Module is not Assigned", "status": "failed"}
>>
>> Any help resolving these issues.Thanks!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com
>>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CALce6JfiAWVe7vEZGWkwTgP%2B%2BzDoNOngOr7eVRjtGEj3ypTDhQ%40mail.gmail.com
>
> .
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-users/CAK5m315stJBjBEbgK%2BR7YLvSBeZPvcvxG_DPvh_hEzgfQyEj-A%40mail.gmail.com.
Re: Token Generation Errors on Login
Did you make additional changes in the settings.py file?
On Thu, Feb 13, 2025, 4:01 PM Balaji V
wrote:
> Hi, I'm new to Django. When I try to generate a login token, I receive
> these errors:
> {"detail": "Authentication credentials were not provided."}
> {"error_short": "Module is not Assigned", "status": "failed"}
>
> Any help resolving these issues.Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com
>
> .
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-users/CALce6JfiAWVe7vEZGWkwTgP%2B%2BzDoNOngOr7eVRjtGEj3ypTDhQ%40mail.gmail.com.
Re: Token Generation Errors on Login
First you need to encrypt that then decrypt
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:
> {"detail": "Authentication credentials were not provided."}
> {"error_short": "Module is not Assigned", "status": "failed"}
>
> Any help resolving these issues.Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/acad6643-3e00-4898-ae6b-d21a83cf5f66n%40googlegroups.com
>
> .
>
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-users/CAG22u894W4NqBUfDD3Enw%3D3hfVNzpuhWoviFjneN8fWGcaQQEg%40mail.gmail.com.

