JohnTheCoolingFan / sayless

A link shortening service
MIT License
0 stars 0 forks source link

Token removal endpoint #4

Closed JohnTheCoolingFan closed 9 months ago

JohnTheCoolingFan commented 9 months ago

An endpoint for removing tokens is required. It would set the expiration date and time to current date and time, making the link expired instantly.

Should this have a separate permission or use create_tokens_perm (or its alternative if removed)?