🐛 fixed the issue that third-party login sessions were missing
This commit is contained in:
6
app/core/api/common/constant/jwt_type.go
Normal file
6
app/core/api/common/constant/jwt_type.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
JWT_TYPE_ACCESS string = "access"
|
||||
JWT_TYPE_REFRESH string = "refresh"
|
||||
)
|
Reference in New Issue
Block a user