gonzalo-bulnes / simple_token_authentication

Simple (and safe*) token authentication for Rails apps or API with Devise.
GNU General Public License v3.0
1.51k stars 238 forks source link

Q: How to do not require user_email? #360

Open shayani opened 4 years ago

shayani commented 4 years ago

I would like to use only user_token for authentication. user_email is not necessary for me, but I could not find a way to configure this. Can anyone help?

jubilee2 commented 3 years ago

can we merge email and token in to one token like。Authorization => email:token and we split token in 'before_action'?