mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +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
6 lines
No EOL
132 B
Ruby
6 lines
No EOL
132 B
Ruby
class IdCard
|
|
attr_accessor :first_name
|
|
attr_accessor :last_name
|
|
attr_accessor :personal_code
|
|
attr_accessor :country_code
|
|
end |