Skip to content

Around25/node-oauth

Repository files navigation

nodejs-oauth

Node js with oauth using okta.

To follow this training please check this tutorial:

  1. Add the .env file including the following information from okta.

ISSUER=https://{yourOktaDomain}/oauth2/default SCOPE={scope} CLIENT_ID={yourClientId} CLIENT_SECRET={yourClientSecret}

  1. npm install
  2. node .

About

Securing NodeJS microservices with OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published