gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

Adding some parameters to the User #1

Closed BryanMoslo closed 5 years ago

BryanMoslo commented 6 years ago

It would be good to have an option to create some other parameters to the user apart of Email, PasswordHash, Password and PasswordConfirmation, from the buffalo generate command, something like:

$ buffalo generate auth first_name last_name address

on that way we don't have to create another migration to add those parameters to the User. What do you think?

markbates commented 6 years ago

Absolutely! Bring on the PR. :)

paganotoni commented 6 years ago

I'm up to work on this one.