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.
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.