18F/identity-idp

View on GitHub
app/controllers/concerns/user_authenticator.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module UserAuthenticator
  def authenticate_user
    authenticate_user!(force: true)
  end
end