cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
594 stars 359 forks source link

Adding method required by Devise Token Auth. #272

Closed CodeTectonics closed 1 year ago

CodeTectonics commented 2 years ago

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.