feat(auth): add /users/me
DELETE endpoint #89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to streamline deletion of the account, this issue tracks the addition of a
/users/me
DELETE endpoint, that uses the claims in the access token to identify which account to delete. Maybe we do this with the refresh token instead, to secure the route slightly because that is used less (ideal). If we use access token first, because the refresh token should be consumed upon any usage, a PR should be joined with an issue to track the refactor to switch it out :)