Implemented authorization endpoint and token endpoint.
- /authorize to get an authorization code
- /token to exchange the code for an access token
To run, install dependencies with npm install and start the server using npm start
When testing, run the 2 servers using
- npm start
- node mockServer.js