aboutsummaryrefslogtreecommitdiff
path: root/weed/security/jwt.go
AgeCommit message (Expand)AuthorFilesLines
2023-12-05Add a way to use a JWT in an HTTP only cookiejerebear121-0/+8
2023-08-22upgrade jwtchrislu1-1/+1
2023-08-21change from deprecated jwt.StandardClaims to new jwt.RegisteredClaimschrislu1-6/+6
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-0/+29
2021-12-29Refactor: pass in claim type into security.DecodeJwtSebastian Kurfuerst1-2/+2
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst1-1/+3
2021-07-22fix security alert on github.com/dgrijalva/jwt-goChris Lu1-1/+1
2019-05-04master: add jwt expires_after_secondsChris Lu1-4/+5
2019-02-15benchmark can work in secure modeChris Lu1-3/+2
2019-02-14add authorizing fileId write accessChris Lu1-27/+19
2019-02-09cleanup security.SecretChris Lu1-9/+9
2016-06-18fix compilation problem due to API changesChris Lu1-3/+5
2016-06-02directory structure change to work with glideChris Lu1-0/+72