georginavweston

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

I am using Rails 6 API with the Devise gem and Devise_JWT gem. It is early stages but currently Devise is not submitting default params to the registration controller such as email. I am receiving a record in the rails console for user with default values of email="" and id=1 so I know that the request is being received. Thanks!