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

Alpha release #51

Merged
merged 24 commits into from
Mar 26, 2024
Merged

Alpha release #51

merged 24 commits into from
Mar 26, 2024

Conversation

avdb13
Copy link
Collaborator

@avdb13 avdb13 commented Mar 26, 2024

First three routes are tested, all the other ones just need to have their tests implemented except email stuff which I'm leaving for another day.

Account route commune-server commune-rs
Create Account POST /account
Login POST /login
Logout GET /logout
Validate Session GET /account/session
Validate Token POST /account/token
Send Password Recovery Code POST /account/password
Verify Password POST /account/password/verify
Reset Password POST /account/password/reset
Update Password POST /account/password/update
Send Verifications Code POST /account/verify/code
Verify Code POST /account/verify
Verify Email POST /account/verify/email
Update Display Name POST /account/display_name
Update Avatar POST /account/avatar
Check Username Availability GET /username
Validate Email GET /email

@avdb13 avdb13 merged commit 469d192 into commune-sh:main Mar 26, 2024
3 checks passed
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.

1 participant