two_factor_authentication icon indicating copy to clipboard operation
two_factor_authentication copied to clipboard

Improvements to configuration

Open rience opened this issue 5 years ago • 0 comments

This PR improves configuration options by adding an ability for more "dynamic" configuration

  • use lambda function to configure otp_secret_encryption_key (i.e. if encryption key is known in runtime)
  • add support for instance methods
    • remember_otp_session_for_seconds
    • delete_cookie_on_logout
    • allowed_otp_drift_seconds
    • otp_length

rience avatar Jan 21 '20 12:01 rience