Skip to content

Commit

Permalink
Upd: configure refresh token
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 14, 2023
1 parent 06fae2a commit 05db731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Config = (BASE_URL, ORGANIZATION_ID, LOGO_URL, IAM_URL, IAM_REALM, SUBSCRI
},
apiEndpoints: {
login: `${BASE_URL}/onboard/individual/login`,
refreshToken: `${BASE_URL}/v1/users/token`,
refreshToken: `${BASE_URL}/onboard/token/refresh`,
logout: `${BASE_URL}/v1/user/logout`,
logoutForOpenIDSubscriptionMethod: `${BASE_URL}/v1/organizations/${ORGANIZATION_ID}/idp/open-id/logout`,
forgotPassword: `${BASE_URL}/onboard/password/forgot`,
Expand Down

0 comments on commit 05db731

Please sign in to comment.