File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ ZITADEL_CLIENT_SECRET=""
8787# MUST exactly match a Redirect URI configured in your ZITADEL application.
8888ZITADEL_CALLBACK_URL="http://localhost:3000/auth/callback/zitadel"
8989
90- # The internal URL within your application where users are sent after a
91- # successful login is processed at the callback URL.
90+ # Optional. URL where users are redirected after successful login.
9291# Defaults to "/profile" if not specified.
9392ZITADEL_POST_LOGIN_URL="/profile"
9493
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ export default async () => {
1010 process . env . ZITADEL_CLIENT_SECRET = 'test-client-secret' ;
1111 process . env . ZITADEL_CALLBACK_URL = 'http://localhost:3000/auth/callback' ;
1212 process . env . ZITADEL_POST_LOGIN_URL = '/profile' ;
13- process . env . ZITADEL_POST_LOGOUT_URL = 'http://localhost:3000' ;
13+ process . env . ZITADEL_POST_LOGOUT_URL =
14+ 'http://localhost:3000/auth/logout/callback' ;
1415} ;
You can’t perform that action at this time.
0 commit comments