This provides a complete working example on how to use feathers-authentication-local
to provide local authentication and get a JWT access token in return.
- Start the app by running
npm start
- Make a request using the authenticated user.
curl -H "Content-Type: application/json" -X POST -d '{"email":"[email protected]","password":"admin"}' http://localhost:3030/authentication