## API Road-map ### Phase 1 #### Authentication - [X] Auth register. `/api/auth/register` _`POST`_ - [x] Test. - [X] Docs. - [X] Auth login. `/api/auth/login` _`POST`_ - [x] Test. - [X] Docs. - [X] Auth token revoke. `/api/auth/revoke` _`PATCH`_ - [x] Test. - [X] Docs. ### Phase 2 https://github.com/TheAwiteb/restful_todo/issues/13 ### Phase 3 https://github.com/TheAwiteb/restful_todo/issues/14 ### Phase 4 https://github.com/TheAwiteb/restful_todo/issues/15