We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd58e94 commit e1c31feCopy full SHA for e1c31fe
proxy.conf.json
@@ -1,9 +1,9 @@
1
{
2
- "/springjwt": {
+ "/springjwt/*": {
3
"target": "http://localhost:8080",
4
"secure": false
5
},
6
- "/oauth": {
+ "/oauth/*": {
7
8
9
}
src/app/services/auth.constant.ts
@@ -1,3 +1,3 @@
export const TOKEN_AUTH_USERNAME = 'testjwtclientid';
-export const TOKEN_AUTH_PASSWORD = 'MaYzkSjmkzPC57L';
+export const TOKEN_AUTH_PASSWORD = 'XY7kmzoNzl100';
export const TOKEN_NAME = 'access_token';
0 commit comments