mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
feat(plugin): implement golang version of plugin jwt-auth (#743)
Signed-off-by: Ink33 <Ink33@smlk.org>
This commit is contained in:
5
plugins/wasm-go/extensions/jwt-auth/Makefile
Normal file
5
plugins/wasm-go/extensions/jwt-auth/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
build:
|
||||
go mod tidy
|
||||
tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags="custommalloc nottinygc_finalizer"
|
||||
|
||||
default: build
|
||||
Reference in New Issue
Block a user