Skip to content

refactor: remove campus oauth proxy#414

Merged
nycomp merged 5 commits intoweeklyfrom
refactor/campus-oauth-flow
Apr 6, 2026
Merged

refactor: remove campus oauth proxy#414
nycomp merged 5 commits intoweeklyfrom
refactor/campus-oauth-flow

Conversation

@nycomp
Copy link
Copy Markdown
Contributor

@nycomp nycomp commented Apr 6, 2026

Remove unused campus oauth proxy

The campus oauth proxy pattern was designed to proxy OAuth requests, but
the provider's `/authorize` endpoint handles the flow correctly with
direct redirects to the app's callback URL. The proxy layer adds
unnecessary complexity and doesn't work well for cross-domain deployments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ngjunsiang and others added 4 commits April 6, 2026 13:22
The campus oauth proxy was removed in an earlier commit but the
__init__.py file still had references to it in __all__ and imports,
causing circular import errors in tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nycomp nycomp merged commit 01c57ca into weekly Apr 6, 2026
4 checks passed
@nycomp nycomp deleted the refactor/campus-oauth-flow branch April 7, 2026 05:57
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.

2 participants