Skip to content

Commit

Permalink
edit time csrf
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Nov 12, 2023
1 parent 91b137f commit 25dc99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/microservices/csrf/usecase/usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var tokenSecret = os.Getenv("SECRET")

const csrfTokenTTL = 30 * time.Minute
const csrfTokenTTL = time.Minute //30 * time.Minute
const jwtParsingMaxTime = 3 * time.Second

type Usecase struct {
Expand Down

0 comments on commit 25dc99c

Please sign in to comment.