Open Zogoo opened 1 year ago
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.
create_token
create_new_auth_token
@Zogoo can you fix the spec?
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.