I have a signup form for devise-token-auth. I would like users to enter a username as well on the signup form. The username column exists in the database but the controller rejects it
Unpermitted parameter: :username
How can I extend the permitted parameters for signup in devise token auth?