first commit
This commit is contained in:
6
internal/global/auth/auth.go
Normal file
6
internal/global/auth/auth.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package auth
|
||||
|
||||
const (
|
||||
CookieName = "authorize"
|
||||
StoreName = "authorize_user"
|
||||
)
|
||||
Reference in New Issue
Block a user