TP-61307 | Auth middileware and relase service changes
This commit is contained in:
6
constants/common.go
Normal file
6
constants/common.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
SESSION_HEADER_NAME = "x-session-token"
|
||||
EMAIL_HEADER_NAME = "x-user-email"
|
||||
)
|
||||
Reference in New Issue
Block a user