nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Delete token #116

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago
  1. Get Token GET /api/user/auth/token HTTP/1.1 Host: localhost:8000 Content-Type: application/json Authorization: Bearer

Response:

{
  "token": "<token_number>"
}
  1. Delete Token Delete /api/user/auth/token HTTP/1.1 Host: localhost:8000 Content-Type: application/json Authorization: Bearer