LJOSC / checkmark-backend

CheckMark Backend: The Backbone of Task Tracking
Other
5 stars 11 forks source link

API: logout route #17

Closed HarshDobariya79 closed 5 months ago

HarshDobariya79 commented 5 months ago

This is a sub issue of #9

Tasks

The blacklist collection schema:

Field Description
timestamp Expiry timestamp of refresh token. (It is necessary to store the timestamp with the refresh token to make it easier to clear up already expired refresh token in regular intervals.)
token The actual refresh token