Skip to content

Commit e1c31fe

Browse files
committed
Fix #2 to successfully authenticate to the spring server
1 parent dd58e94 commit e1c31fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

proxy.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/springjwt": {
2+
"/springjwt/*": {
33
"target": "http://localhost:8080",
44
"secure": false
55
},
6-
"/oauth": {
6+
"/oauth/*": {
77
"target": "http://localhost:8080",
88
"secure": false
99
}

src/app/services/auth.constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const TOKEN_AUTH_USERNAME = 'testjwtclientid';
2-
export const TOKEN_AUTH_PASSWORD = 'MaYzkSjmkzPC57L';
2+
export const TOKEN_AUTH_PASSWORD = 'XY7kmzoNzl100';
33
export const TOKEN_NAME = 'access_token';

0 commit comments

Comments
 (0)