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

feat(admin): add user list/get/remove method #67

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

shentschel
Copy link
Collaborator

  • add admin user service to add user get, list and remove method
  • rename misspelled file
  • add router for user requests
  • extend webauthn user persister
  • update spec

Closes: #22

* add admin user service to add user get, list and remove method
* rename misspelled file
* add router for user requests
* extend webauthn user persister
* update spec

Closes: #22
@shentschel shentschel requested a review from FreddyDevelop May 14, 2024 08:47
@shentschel shentschel self-assigned this May 14, 2024
server/api/dto/admin/response/user.go Outdated Show resolved Hide resolved
server/api/handler/admin/user.go Show resolved Hide resolved
server/api/router/main.go Show resolved Hide resolved
server/api/handler/transaction.go Outdated Show resolved Hide resolved
spec/passkey-server-admin.yaml Outdated Show resolved Hide resolved
* update public spec for transaction list
* cleanup public spec
  * switch tenant_id path entries with reference to component
  * add transaction tag
  * add user_id as path param
* add paging to user list in admin api call
* add paging to admin spec
* rename userid to user_id in transaction list handler
@shentschel shentschel force-pushed the feat/22-add-user-api branch from c3619de to 63078f9 Compare May 30, 2024 17:45
@shentschel shentschel requested a review from FreddyDevelop May 30, 2024 17:46
@FreddyDevelop FreddyDevelop merged commit 3a1c27b into main Jun 3, 2024
4 checks passed
@FreddyDevelop FreddyDevelop deleted the feat/22-add-user-api branch June 3, 2024 09:04
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 endpoint in admin api to list/delete users
2 participants