Skip to content

zimo27/OAuthPractice

Repository files navigation

OAuthPractice

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published