A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

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

update type

Hailey (Sep 28, 2025, 9:14 AM -0700) d9201f3f a406d409

+1 -1
+1 -1
oauth/client/manager.go
··· 270 270 return nil, errors.New("private_key_jwt auth method requires jwks or jwks_uri") 271 271 } 272 272 273 - if metadata.JWKS != nil && len(*metadata.JWKS) == 0 { 273 + if metadata.JWKS != nil && len(metadata.JWKS.Keys) == 0 { 274 274 return nil, errors.New("private_key_jwt auth method requires atleast one key in jwks") 275 275 } 276 276