Category: Node


07 Oct 2019
cat: Express, Node
14 Comments

Express JS OAuth 2 Server using oauth2-server package

OAuth2-Server is quite a popular package for implementing OAuth authentication for Node JS but the examples provided on express-oauth-server on GitHub is outdated and does not work. In this tutorial we will create an OAuth 2 server using Express JS and test using postman