Re: WSGIAUTHORIZATION

2020-12-10 Thread Nitin Kalmaste
Check weather sending token in a proper way ither in terms of authorization or as a bearer token. It depends on what backend you are using. On Fri, 11 Dec 2020, 12:19 pm narendra...@gmail.com, < narendrathapa...@gmail.com> wrote: > Do we need to do WSGIAUTHORIZATION ON in order to authorize a

WSGIAUTHORIZATION

2020-12-10 Thread narendra...@gmail.com
Do we need to do WSGIAUTHORIZATION ON in order to authorize a jwt token. I am getting "detail": "Authentication credentials were not provided." while sending a authorizationtoken and 403 forbidden. can somebodyhelp me out. -- You received this message because you are subscribed to the Google

Admin help class CSS

2020-12-10 Thread Mike Dewhirst
I'm a CSS dunce so please point me in the right direction (docs or whatever) to figure out how to adjust table layout in Admin help_text. The table displays properly but is too greedy with screen real-estate. I want to reduce table padding and cell separation. I copied the following from the

django app deployement

2020-12-10 Thread Eugene TUYIZERE
Team, I have an issue to disploy django app using IIS on Windows server 2019. I am using python 3.8.3 and django 3.0.8. Please assist on this challenge. regards, -- *TUYIZERE Eugene* *Msc Degree in Mathematical Science* *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal

Re: DJOSER And Simple Jwt Authentication

2020-12-10 Thread narendra thapa
Thank YOu bro but it didn't help me out I want specific with djoser and simple jwt On Thu, Dec 10, 2020 at 5:52 PM Ayser shuhaib wrote: > Please check this video it might help: > > https://youtu.be/mHz6UuDXPE8 > > > On Thu, 10 Dec 2020 at 14:01, narendra...@gmail.com < >

Re: DJOSER And Simple Jwt Authentication

2020-12-10 Thread Ayser shuhaib
Please check this video it might help: https://youtu.be/mHz6UuDXPE8 On Thu, 10 Dec 2020 at 14:01, narendra...@gmail.com < narendrathapa...@gmail.com> wrote: > Hi dear friends, > Anyone here familiar With DJoser and Simplejwt. I am using it for > authentication and i got a problem. I can get

DJOSER And Simple Jwt Authentication

2020-12-10 Thread narendra...@gmail.com
Hi dear friends, Anyone here familiar With DJoser and Simplejwt. I am using it for authentication and i got a problem. I can get refresh and access token and when i resends a access token to authenticate users i got a 403 forbidden like this GET http://localhost:8000/auth/users/me/ 403