britton-jb / sentinel

DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
MIT License
106 stars 19 forks source link

Custom Model integration #60

Open jeromeheitor opened 7 years ago

jeromeheitor commented 7 years ago

Hi,

I want to add extra field during the signup like username, and I don't know how to handle this.

I tried creating my own controller and calling Sentinel function, and also trying to replace the :callback attribute in the view by my own function without success.

The "/user/new" work great, but I want to use sentinel on my own "/signup" with username/email/password field.

I would like to know how I could achieve that.

Thanks