about summary refs log tree commit diff
path: root/app/controllers/api/proofs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/proofs_controller.rb')
-rw-r--r--app/controllers/api/proofs_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/api/proofs_controller.rb b/app/controllers/api/proofs_controller.rb
index a98599eee..dd32cd577 100644
--- a/app/controllers/api/proofs_controller.rb
+++ b/app/controllers/api/proofs_controller.rb
@@ -3,6 +3,8 @@
 class Api::ProofsController < Api::BaseController
   include AccountOwnedConcern
 
+  skip_before_action :require_authenticated_user!
+
   before_action :set_provider
 
   def index