mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Add clarifying comment
This commit is contained in:
parent
7e9250deb6
commit
48ad971af1
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ Rails.application.routes.draw do
|
||||||
|
|
||||||
# /registrar/sessions path is hardcoded in Apache config for certificate-based authentication
|
# /registrar/sessions path is hardcoded in Apache config for certificate-based authentication
|
||||||
# See https://github.com/internetee/registry/blob/master/README.md#installation
|
# See https://github.com/internetee/registry/blob/master/README.md#installation
|
||||||
|
# Client certificate is asked only on login form submission, therefore the path must be
|
||||||
|
# different from the one in `new_registrar_user_session` route
|
||||||
post 'sessions', to: 'registrar/sessions#create', as: :registrar_user_session
|
post 'sessions', to: 'registrar/sessions#create', as: :registrar_user_session
|
||||||
|
|
||||||
delete 'sign_out', to: 'registrar/sessions#destroy', as: :destroy_registrar_user_session
|
delete 'sign_out', to: 'registrar/sessions#destroy', as: :destroy_registrar_user_session
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue