TP-61307 | Auth middileware and relase service changes

This commit is contained in:
Lokesh Dugar
2024-08-27 13:40:31 +05:30
parent 5ac5f89134
commit f537e30cac
13 changed files with 237 additions and 22 deletions

6
constants/common.go Normal file
View File

@@ -0,0 +1,6 @@
package constants
const (
SESSION_HEADER_NAME = "x-session-token"
EMAIL_HEADER_NAME = "x-user-email"
)