Nicolas Raynaud

Results 3 issues of Nicolas Raynaud

Hi, First of all, thanks for your work here, greatly appreciated. While we were trying to integrate this plugin with our JHipster applications, we faced one specific issue. Here is...

Hi, There seems to be a bug in how we read the authentication attributes in [concerns/set_user_by_token.rb](https://github.com/lynndylanhurley/devise_token_auth/blob/aedef3ca68d4e69bdc4a3e8987fa9d5f45420eec/app/controllers/devise_token_auth/concerns/set_user_by_token.rb#L52). On line 52 and after this is how it reads: ```ruby uid = request.headers[uid_name]...