This provides a complete working example on how to use feathers-authentication-oauth2
to provide Github authentication and get a JWT access token in return.
-
Create an application on Github
-
Add your
clientID
andclientSecret
to the app. -
Start the app by running
npm start
-
Go to http://localhost:3030/auth/github in your browser