Skip to content

Conversation

@laurynasgadl
Copy link
Member

@laurynasgadl laurynasgadl commented Jan 14, 2026

Summary by CodeRabbit

Release Notes

  • New Features

    • Added proxy-based logout authentication support for seamless integration with external identity providers implementing custom logout endpoints.
  • Chores

    • Removed automated build, packaging, and release steps from the continuous integration workflow.
    • Removed automated documentation generation and GitHub Pages publication workflow.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request removes CI/CD workflow files (build, release, and docs deployment jobs) and introduces a new proxy logout flow to the frontend authentication logic. The proxy logout handles external authentication provider logout via POST request before redirecting to the login page.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Deletions
.github/workflows/ci.yaml, .github/workflows/docs.yml
Removed Build and Release jobs from CI workflow (-65 lines). Deleted entire Docs workflow file that previously built and published documentation to GitHub Pages (-52 lines).
Frontend Authentication Proxy Logout
frontend/src/utils/auth.ts, frontend/src/utils/constants.ts
Added proxy logout flow: when authMethod is "proxy" with non-empty authLogoutURL, issues POST request to logout URL before navigating to /login. Introduced new authLogoutURL constant export.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing touches
  • 📝 Generate docstrings


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 91f2618 and bcbd73b.

📒 Files selected for processing (3)
  • .github/workflows/ci.yaml
  • .github/workflows/docs.yml
  • frontend/src/utils/auth.ts

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@laurynasgadl laurynasgadl merged commit 3d45211 into master Jan 14, 2026
3 of 4 checks passed
@laurynasgadl laurynasgadl deleted the fix/proxy-auth-logout branch January 14, 2026 08:53
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