@@ -13,7 +13,7 @@ The authentication system provides:
1313## API Endpoints
1414
1515### Sign Up
16- - ** URL** : ` POST https://fe3ab829-d558-4834-afcf-6ed7ca440ca4.ka.bw-cloud-instance.org /api/v1/users/sign-up `
16+ - ** URL** : ` POST https://mwa.sdq.kastel.kit.edu /api/v1/users/sign-up `
1717- ** Request Body** :
1818 ``` json
1919 {
@@ -34,7 +34,7 @@ The authentication system provides:
3434 ```
3535
3636### Sign In
37- - ** URL** : ` POST https://fe3ab829-d558-4834-afcf-6ed7ca440ca4.ka.bw-cloud-instance.org /api/v1/users/login `
37+ - ** URL** : ` POST https://mwa.sdq.kastel.kit.edu /api/v1/users/login `
3838- ** Request Body** :
3939 ``` json
4040 {
@@ -57,7 +57,7 @@ The authentication system provides:
5757 ```
5858
5959### Token Refresh
60- - ** URL** : ` POST https://fe3ab829-d558-4834-afcf-6ed7ca440ca4.ka.bw-cloud-instance.org /api/v1/users/access-token/by-refresh-token `
60+ - ** URL** : ` POST https://mwa.sdq.kastel.kit.edu /api/v1/users/access-token/by-refresh-token `
6161- ** Request Body** :
6262 ``` json
6363 {
@@ -235,7 +235,7 @@ function TokenManagement() {
235235### Backend URL
236236The backend URL is configured in ` src/services/auth.ts ` :
237237``` typescript
238- private static readonly LOCAL_API_BASE_URL = ' https://fe3ab829-d558-4834-afcf-6ed7ca440ca4.ka.bw-cloud-instance.org ' ;
238+ private static readonly LOCAL_API_BASE_URL = ' https://mwa.sdq.kastel.kit.edu ' ;
239239```
240240
241241### Token Storage
@@ -269,7 +269,7 @@ The system provides comprehensive error handling:
269269
270270To test the authentication system:
271271
272- 1 . Ensure your backend server is running on ` https://fe3ab829-d558-4834-afcf-6ed7ca440ca4.ka.bw-cloud-instance.org `
272+ 1 . Ensure your backend server is running on ` https://mwa.sdq.kastel.kit.edu `
2732732 . Use the sign-up form to create a new account
2742743 . Use the sign-in form to authenticate
2752754 . Check the browser's developer tools to see stored tokens
0 commit comments