I keep getting the following error when I log out with TokenAuthentication: Authentication credentials were not provided..
Any idea why this is happening?
curl -X POST http://localhost:8000/auth/token/logout/ --data 'f4c30aed2268e8d952a742e82fe24b012766fe5f' -H 'Authorization: Token f4c30aed2268e8d952a742e82fe24b012766fe5f'
Hi,
I keep getting the following error when I log out with
TokenAuthentication
:Authentication credentials were not provided.
. Any idea why this is happening?curl -X POST http://localhost:8000/auth/token/logout/ --data 'f4c30aed2268e8d952a742e82fe24b012766fe5f' -H 'Authorization: Token f4c30aed2268e8d952a742e82fe24b012766fe5f'