Skip to content

Commit 661a430

Browse files
committed
Enable login
Frontend is now able to POST to user login endpoint and receive a JWT token and some user details. These are stored in localStorage.
1 parent 5c490d0 commit 661a430

File tree

5 files changed

+838
-969
lines changed

5 files changed

+838
-969
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
context: services/user
5656
dockerfile: Dockerfile
5757
ports:
58-
- 3001
58+
- 3001:3001
5959
environment:
6060
USER_SERVICE_CLOUD_URI: ${USER_SERVICE_CLOUD_URI}
6161
USER_SERVICE_LOCAL_URI: ${USER_SERVICE_LOCAL_URI}

0 commit comments

Comments
 (0)