Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] ✨ Account deletion API #204

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

[DRAFT] ✨ Account deletion API #204

wants to merge 14 commits into from

Conversation

rezk2ll
Copy link
Member

@rezk2ll rezk2ll commented Mar 5, 2025

Work is still in progress !!

related issue: #203

Done:

  • added Token service ( matrix login flow implementation): allows authentication as a matrix admin
  • added the service
  • added router
  • added controller
  • added middleware
  • integrate API in TOM

TODO:

  • add unit tests
  • swagger docs

@rezk2ll rezk2ll linked an issue Mar 5, 2025 that may be closed by this pull request
2 tasks
const controller = new DeactivateUserController(config, logger)
const middleware = new DeactivateUserMiddleware(config, db, logger)

// TODO: add swagger docs

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
@rezk2ll rezk2ll changed the title [DRAFT] ✨ Account deletion [DRAFT] ✨ Account deletion API Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add delete account in matrix API
1 participant