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.

Merge pull request 'feat: default to generating EdDSA for OAuth JWT signing key' (#5987) from gusted/forgejo-default-eddsa-oauth-jwt into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5987
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

Gusted c01a03e9 569a6732

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