Skip to content

Commit 0f2e904

Browse files
committed
docs: add auth endpoints to API table in README
1 parent 307d069 commit 0f2e904

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ Full reference: [`docs/configuration.md`](docs/configuration.md)
5656
| `POST /pastes` | Create paste |
5757
| `GET /pastes/{id}` | Get paste |
5858
| `DELETE /pastes/{id}` | Delete paste |
59+
| `POST /auth/register` | Register a new user |
60+
| `POST /auth/login` | Authenticate and get tokens |
61+
| `POST /auth/refresh` | Refresh access token |
62+
| `POST /auth/verify-email` | Verify email address |
63+
| `POST /auth/resend-verification` | Resend verification email |
64+
| `POST /auth/forgot-password` | Request password reset |
65+
| `POST /auth/reset-password` | Reset password |
66+
| `GET /auth/me` | Get current user profile |
67+
| `POST /auth/logout` | Logout and revoke tokens |
5968

6069
Interactive docs at `/docs` when running.
6170

0 commit comments

Comments
 (0)