Skip to content

Authentication System

ajohns619 edited this page Oct 17, 2018 · 1 revision

To test registering users through curl, try this: curl -d username="admin" -d password="123" localhost:3000/account/register

Clone this wiki locally