-
Hello, I'm starting a security audit of this code, but I'm having trouble finding the entry point. I was expecting to find something equivalent to Can, someone help me find the first function that handles and in-bound web-request e.g. when I make a POST request to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is no such endpoint, the server generally boots here: https://github.com/ory/hydra/blob/master/cmd/server/handler.go Enjoy :) |
Beta Was this translation helpful? Give feedback.
-
Looks like these are the files which map a Path e.g. consent/handler.go Example:
|
Beta Was this translation helpful? Give feedback.
Looks like these are the files which map a Path e.g.
/oauth2/auth
to a Handlerconsent/handler.go
client/handler.go
oauth2/handler.go
jwk/handler.go
Example: