mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
- Extract to Devise custom strategy - Use `SSL_CLIENT_S_DN_CN` env variable instead of `SSL_CLIENT_S_DN` to get ID card data - Remove `database_authenticatable` strategy from `RegistrantUser` Closes #1047
7 lines
No EOL
152 B
Ruby
7 lines
No EOL
152 B
Ruby
module Devise
|
|
module Models
|
|
# Devise fails without this module (and model: false does not help)
|
|
module IdCardAuthenticatable
|
|
end
|
|
end
|
|
end |