Authentication Microservice
Overview
The Authentication Microservice manages user authentication, registration, and watchlist functionality. It offers endpoints for user registration, login, profile updates, and watchlist manipulation.
Endpoints
-
Register User
POST /register
-
User Login
POST /login
-
Update Profile
PUT /profile
-
Get User's Watchlist
GET /watchlist
-
Add to Watchlist
POST /watchlist/add/:symbol
-
Remove from Watchlist
DELETE /watchlist/remove/:symbol