Skip to content

Commit

Permalink
🎨 feat: proxy logout requests to lemon
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed May 27, 2024
1 parent 9c282d0 commit 59e74ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/src/lib/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { env } from '$env/dynamic/private';
import logger from '$services/logger';
import authService from '$services/auth';

export const PROXY_PATHS = ['/oauth2', '/.well-known'];
export const PROXY_PATHS = ['/oauth2', '/.well-known', '/logout'];
export const PROXY_AUTH_PATH = '/oauth2/authorize';
export const PROXY_LOGOUT_PATH = '/oauth2/logout';

Expand Down

0 comments on commit 59e74ec

Please sign in to comment.