Fetch userinfo in auth middleware

This commit is contained in:
2024-10-22 22:58:09 +08:00
parent 406031b966
commit 0f4112e08b
13 changed files with 320 additions and 150 deletions

5
pkg/nex/const.go Normal file
View File

@@ -0,0 +1,5 @@
package nex
const (
ServiceTypeAuth = "id"
)