Re: help with my api and JWT

2020-07-26 Thread ola neat
thanks it worked On Sat, Jul 25, 2020 at 10:45 PM Robson Andrade wrote: > Hello friend, > > I noticed that you are using the standard token authentication system. > However, this method does not correspond to JWT. > > Since you want to use authentication through JWT with DRF, you must use: > >

Re: help with my api and JWT

2020-07-25 Thread Robson Andrade
Hello friend, I noticed that you are using the standard token authentication system. However, this method does not correspond to JWT. Since you want to use authentication through JWT with DRF, you must use: 1) A JWT library that implements this type of authentication which helps you to create