Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225)
parent
23ce0c86da
commit
081ba8fc90
@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module SignatureAuthentication
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
include SignatureVerification
|
||||
|
||||
def current_account
|
||||
super || signed_request_account
|
||||
end
|
||||
end
|
Loading…
Reference in new issue