loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Revert defaulting to EdDSA

- Apparently JWT actually checks when doing a JWT operation if the key type is valid and not on startup, this caused errors unfortunately.

Gusted da40383c 8e94947e

+1 -1
+1 -1
modules/setting/oauth2.go
··· 106 106 AccessTokenExpirationTime: 3600, 107 107 RefreshTokenExpirationTime: 730, 108 108 InvalidateRefreshTokens: true, 109 - JWTSigningAlgorithm: "EdDSA", 109 + JWTSigningAlgorithm: "RS256", 110 110 JWTSigningPrivateKeyFile: "jwt/private.pem", 111 111 MaxTokenLength: math.MaxInt16, 112 112 DefaultApplications: []string{"git-credential-oauth", "git-credential-manager", "tea"},