devise_token_auth
devise_token_auth copied to clipboard
Allow extra data for new token creation method
create_token
method is allowing extra data but, create_new_auth_token
is blocking that feature.
And this will help users of this gem define their own logic with extra data.
@Zogoo can you fix the spec?