✨ Auth stuff
This commit is contained in:
12
pkg/nex/sec/const.go
Normal file
12
pkg/nex/sec/const.go
Normal file
@ -0,0 +1,12 @@
|
||||
package sec
|
||||
|
||||
const (
|
||||
CookieAccessToken = "nex_atk"
|
||||
CookieRefreshToken = "nex_rtk"
|
||||
)
|
||||
|
||||
const (
|
||||
TokenTypeAccess = "access_token"
|
||||
RefreshTokenType = "refresh_token"
|
||||
IdTokenType = "id_token"
|
||||
)
|
Reference in New Issue
Block a user