Skip to content
Snippets Groups Projects

Add DPoP checks in GraphQL and API requests

Merged Ameya Darshan requested to merge ameya-dpop-2 into master
All threads resolved!
Compare and Show latest version
3 files
+ 1
33
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,8 +30,8 @@ class GraphqlController < ApplicationController
prepend_before_action { authenticate_sessionless_user!(:graphql_api) }
before_action :authorize_access_api!
before_action :set_user_last_activity
before_action(only: [:execute]) { check_dpop! }
before_action :set_user_last_activity
before_action :track_vs_code_usage
before_action :track_jetbrains_usage
before_action :track_jetbrains_bundled_usage
Loading