devise_ldap_authenticatable icon indicating copy to clipboard operation
devise_ldap_authenticatable copied to clipboard

Adding method required by Devise Token Auth.

Open CodeTectonics opened this issue 4 years ago • 0 comments

Thank you very much for creating and maintaining this gem. I have just started using it for Active Directory integration and it is working very well.

My stack also includes Devise Token Auth and I needed to add "valid_password?" to the model in order to make the gems work together.

Using these gems together seems like it would be quite a common practice, so I thought I would make a pull request to add this method.

CodeTectonics avatar Oct 12 '21 08:10 CodeTectonics