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

FusionAuth/fusionauth-example-dotnet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Integrate Your .NET Core API With FusionAuth Using FusionAuth Hosted Backend

Setup FusionAuth using docker. Follow the setup instructions here

In a terminal run the commands below to startup the API:

cd MyAPI
dotnet publish -r osx-x64
bin/Debug/net7.0/osx-x64/publish/MyAPI

In another terminal serve the login pages by running the following commands:

cd LoginPage
npx http-server -a localhost -p 3000

The login page will be accessible on http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •