|
|
|
|
|
by cperciva
3270 days ago
|
|
have the handlers of all endpoints inherit from a base class that performs the check automatically I disagree. Much better to have a single endpoint which does nothing except validate opaque requests and passes them upstream. No good ever comes from having crypto code mixed up with non-crypto code. |
|