improve auth interface, fix issue in meta
This commit is contained in:
@@ -33,3 +33,9 @@ type RequestContext struct {
|
||||
Cookies map[string]string
|
||||
Body map[string]any
|
||||
}
|
||||
|
||||
type Auth struct {
|
||||
Username string
|
||||
Token string
|
||||
CSRF string
|
||||
}
|
||||
|
Reference in New Issue
Block a user