defining cookie keys for logging in
This commit is contained in:
parent
5c0c7dfd32
commit
cd76404fe8
7
internal/domain/cookie.go
Normal file
7
internal/domain/cookie.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package domain
|
||||||
|
|
||||||
|
const (
|
||||||
|
CookieToken = "token"
|
||||||
|
CookieRefreshToken = "refreshToken"
|
||||||
|
CookieUser = "user"
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user