We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
POST localhost:3030/authentication
with header Content-Type: application/json and payload:
Content-Type: application/json
{ "strategy": "local", "email": "[email protected]", "password": "your password" }
https://docs.feathersjs.com/api/authentication/local.html
For the moment, ony github Oauth2 is supported (see feathers doc). Point your browser to: localhost:3030/auth/github.