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

Server - User Accounts #515

Open
12 tasks
Sv443 opened this issue Jan 22, 2024 · 0 comments
Open
12 tasks

Server - User Accounts #515

Sv443 opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
v3 Tasks for version 3.0.0

Comments

@Sv443
Copy link
Member

Sv443 commented Jan 22, 2024

  • Account creation
    •  POST /account to create a new account
      Required data:
      oauth info, username, email, tos & prv. policy accepted
  • Account info
    • GET /account/{id} to get all info about the account except auth (owner, admin)
    •  PUT /account/{id}/username to change the username (owner, admin)
    • PUT /account/{id}/email to change the email address (owner)
  • Account management
    • DELETE /account/{id} to delete an account (owner, admin)
    • POST /account/{id}/regen-token to regenerate the API token (owner, admin)
  • Auth
    • GET /account/{id}/oauth to list all current oauth providers (owner)
    • POST /account/{id}/oauth to register a new oauth provider (owner)
    • PUT /account/{id}/oauth/{id} to change an oauth provider (owner)
    • DELETE /account/{id}/oauth/{id} to delete an oauth provider (owner)

This might need to be on a different resource:

  • List submissions for user account (profile owner and moderator)
  • List jokes for user account (anyone)
@Sv443 Sv443 added the v3 Tasks for version 3.0.0 label Jan 22, 2024
@Sv443 Sv443 self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Tasks for version 3.0.0
Projects
Status: In Progress
Development

No branches or pull requests

1 participant