Re: Token Generation Errors on Login

2025-02-18 Thread RANGA BHARATH JINKA
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,

Re: Token Generation Errors on Login

2025-02-18 Thread Ephraim Iannah
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 Assig