Skip to content

User authentication application to perform registration, login, logout and change password functionality using node, react with redux and OKTA

Notifications You must be signed in to change notification settings

mabc224/node-okta-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If request is not reponding, click here to re activatate server on heroku.


User authentication application with Node OKTA react redux

User aAuthentication application to perform registration, login, logout and change password functionality using node, react with redux and OKTA

React OKTA APP (frontend)

Config

Set your OKTA config params in src/app.config.js

Setup

npm install
npm run start

Run Server

http://localhost:3000

Routes

http://localhost:3000/
http://localhost:3000/login
http://localhost:3000/register
http://localhost:3000/profile (authenticated)

==============================================

Backend API for React OKTA APP

This part is only written to handle user registration and change password functionality using OKTA node.js sdk

Config

Set your okta config params in config/oktaClient.js

Setup

npm install
npm run start

Run Server

http://localhost:3001

External References and Resources

About

User authentication application to perform registration, login, logout and change password functionality using node, react with redux and OKTA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published