Skip to content

weirdyang/openiddict-mongodb-identity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openiddict-core-mongo-identity

This is a sample blazor project demonstrating the use of openiddict-core with AspNetCore.Identity and AspNetCore.Identity.MongoDbCore

setup

add the following sections to appsettings

  "ConnectionStrings": {
    "mongo": "your/mongodb/connection/string"
  },
  "Database": {
    "mongo": "name/of/database"
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors