Add hCaptcha support (#25019)
This commit is contained in:
parent
e60414792d
commit
bec6a1cad4
12 changed files with 146 additions and 0 deletions
|
@ -71,6 +71,7 @@ Rails.application.routes.draw do
|
|||
resource :setup, only: [:show, :update], controller: :setup
|
||||
resource :challenge, only: [:create], controller: :challenges
|
||||
get 'sessions/security_key_options', to: 'sessions#webauthn_options'
|
||||
post 'captcha_confirmation', to: 'confirmations#confirm_captcha', as: :captcha_confirmation
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue