mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-08-18 04:09:57 +00:00
Refactor scope validation
This commit is contained in:
parent
5601c7836c
commit
21805b4f0b
7 changed files with 120 additions and 107 deletions
|
@ -34,6 +34,5 @@ func ParseRPCRequest(r *http.Request) (*RPCEnvelope, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
logger.Info("JSON-RPC method = %q", env.Method)
|
||||
return &env, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue