FusionAuth / fusionauth-example-5-minute-guide

The 5 minute guide codebase
Apache License 2.0
1 stars 3 forks source link

Get started with FusionAuth in 5 minutes or less

This project is an example Node.js application that illustrates how to integrate with FusionAuth using the Authorization Code grant.

This assumes you already have a running FusionAuth instance, user and application running locally. If you don't, please see the 5-Minute Setup Guide to do so.

Go to http://localhost:3000/ and login with the previously created user.

You should see 'Hello '

You should be able to logout as well.

Last updated

Nov 2022