wdjungst / create-repack-app

A cli to build a rails application with create-react-app
90 stars 11 forks source link

with no api modules devise fails to register #23

Closed wdjungst closed 6 years ago

wdjungst commented 6 years ago

We are authenticating users for any controller in the API folder by default with the full flag. If a controller doesn't exist in the API folder this causes devise registration to attempt to authenticate a user. Creating a generic API controller would solve this.

wdjungst commented 6 years ago

fixed