REST_API_WITH_MYSQL icon indicating copy to clipboard operation
REST_API_WITH_MYSQL copied to clipboard

Problem to register a new user

Open EdgardOliveira opened this issue 5 years ago • 3 comments

The users route is protected. It is not allowing to register a new users.

EdgardOliveira avatar Apr 05 '20 22:04 EdgardOliveira

If you remove checkToken middleware, you get below error

Error: data and salt arguments required

ah-yan-leh avatar Apr 26 '20 15:04 ah-yan-leh

problem in getting login api is calling but executing else block

rajnishddubey avatar Dec 07 '21 05:12 rajnishddubey

I missed one important concept here to add migration file that will create initial user

Tariqu avatar Jan 02 '23 11:01 Tariqu