Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature logout SSO & enable login SSO in production #23

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

newarifrh
Copy link
Member

This pull request includes changes to enable SSO (Single Sign-On) functionality and refactor the logout process in the authentication context. The most important changes include updates to environment configuration files and modifications to the AuthContext.tsx file to remove the old logout API call and redirect to the SSO logout URL.

Enabling SSO:

  • .env: Added VITE_HAS_LOGIN_SSO environment variable set to true.
  • .env.production: Changed VITE_HAS_LOGIN_SSO environment variable from false to true.

Refactoring Auth Context:

@newarifrh newarifrh merged commit 3036f81 into main Sep 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant