Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

FusionAuth/fusionauth-example-node-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is out of date and is archived. Check out an updated tutorial on using FusionAuth with Node/Express or the updated GitHub repository.

fusionauth-example-node-integration

Welcome to the finished code files for the Easy Integration of FusionAuth and NodeJS

This tutorial shows a brief and simple integration between FusionAuth and NodeJS. You will create an application in FusionAuth, and then use Node to create an app that does the following:

  • Log a user in via the browser URL
  • Log a user out
  • View a basic profile page
  • Create & register new users to your application
  • View a basic homepage

To run this project, go into the root directory and run

npm install

After the packages have installed, run

node index.js

Happy hacking!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors