This provides a complete working example of some of the basic usage of feathers-authentication.
- Start the app by running
npm start - Make a request using the authenticated user.
curl -H "Content-Type: application/json" -X POST -d '{"email":"admin@feathersjs.com","password":"admin"}' http://localhost:3030/authenticationFor more details refer to the test/integration folder to see how you can authenticate with the server or refer to the feathers-authentication-client.