Skip to content

Commit 2b1bdf9

Browse files
committed
Fixes OAuth after addition of signature to state (#1097)
* copied from main Signed-off-by: Madhav Kandukuri <[email protected]> * testing changes Signed-off-by: Madhav Kandukuri <[email protected]> * Fix oauth code Signed-off-by: Madhav Kandukuri <[email protected]> * Fix tests in test_oauth_router Signed-off-by: Madhav Kandukuri <[email protected]> * Linting fixes Signed-off-by: Madhav Kandukuri <[email protected]> * remove debug_team_dropdown.md Signed-off-by: Madhav Kandukuri <[email protected]> * String issue fixed Signed-off-by: Madhav Kandukuri <[email protected]> --------- Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent d033229 commit 2b1bdf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcpgateway/routers/oauth_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from sqlalchemy.orm import Session
2424

2525
# First-Party
26-
from mcpgateway.auth import get_current_user
2726
from mcpgateway.db import Gateway, get_db
2827
from mcpgateway.middleware.rbac import get_current_user_with_permissions
2928
from mcpgateway.schemas import EmailUserResponse

0 commit comments

Comments
 (0)