Version: 1.1.0
Category: webapp
Entity: Auth
Base URL: ${webappBaseUrl} (default: http://localhost:8080)
Last Updated: January 1, 2026
| Method | Path | Description | Auth Required |
|---|---|---|---|
| POST | /api/auth/signup |
Sign up new user | No |
| POST | /api/auth/login |
Login user | No |
| GET | /api/auth/logout |
Logout user | Yes |
/api/auth/signupSign up new user.
webapp-auth-signup/api/auth/loginLogin user.
webapp-auth-login/api/auth/logoutLogout user.
webapp-auth-logout../../protocols/authentication.md - Authentication patterns../../examples/auth/webapp-login.md - Working login exampleLast Updated: January 1, 2026