-
- Downloads
Support more variations of ActivityPub keyId in signature (#4630)
- Tries to avoid performing HTTP request if the keyId is an actor URI - Likewise if the URI is a fragment URI on top of actor URI - Resolves public key, returns owner if the owner links back to the key
Showing
- app/controllers/concerns/signature_verification.rb 3 additions, 1 deletionapp/controllers/concerns/signature_verification.rb
- app/helpers/jsonld_helper.rb 5 additions, 1 deletionapp/helpers/jsonld_helper.rb
- app/lib/activitypub/activity.rb 1 addition, 1 deletionapp/lib/activitypub/activity.rb
- app/lib/activitypub/activity/accept.rb 1 addition, 1 deletionapp/lib/activitypub/activity/accept.rb
- app/lib/activitypub/activity/reject.rb 1 addition, 1 deletionapp/lib/activitypub/activity/reject.rb
- app/lib/activitypub/activity/undo.rb 1 addition, 1 deletionapp/lib/activitypub/activity/undo.rb
- app/lib/activitypub/tag_manager.rb 1 addition, 1 deletionapp/lib/activitypub/tag_manager.rb
- app/services/activitypub/fetch_remote_key_service.rb 47 additions, 0 deletionsapp/services/activitypub/fetch_remote_key_service.rb
Loading
Please register or sign in to comment