Add controllers and frontend for DPoP
All threads resolved!
All threads resolved!
Compare changes
Files
4@@ -7,7 +7,7 @@
This MR adds the controller and frontend code for Add DPoP checks in GraphQL and API requests (!169013 - merged).
Related to Sender constraining personal access tokens (#425130).
See the epic (Allow users to require demonstrated proof of po... (&14383)) for context, pre-work, and other related issues.
When dpop_authentication
FF is disabled:
When :dpop_authentication
FF is enabled:
bin/rails db:migrate
Feature.enable(:dpop_authentication, User.first)
User.first.dpop_enabled
and also on the frontend after refreshing the page.