this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set expiration to 1 minute instead of 5

+1 -1
+1 -1
atproto/auth/oauth/oauth.go
··· 247 247 Audience: []string{authURL}, 248 248 ID: secureRandomBase64(16), 249 249 IssuedAt: jwt.NewNumericDate(time.Now()), 250 - ExpiresAt: jwt.NewNumericDate(time.Now().Add(time.Minute * 5)), 250 + ExpiresAt: jwt.NewNumericDate(time.Now().Add(time.Minute * 1)), 251 251 }, 252 252 } 253 253