mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 01:06:47 +00:00
This commit adds an external auth handler which can be used to wrap existing handlers, so that they delegate their requests to an upstream URL before allowing a request to pass through to an upstream API. New handler tested with unit tests. Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2 lines
17 B
Go
2 lines
17 B
Go
package handlers
|