Skip to content

Simple asp.net core application built with CQRS MediatR and Identity.

Notifications You must be signed in to change notification settings

GorgeousPuree/IdentityCqrsApi

Repository files navigation

Identity CQRS app

Add such variables to your appsettings.json or secrets.json to start server locally:

{
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost; Port=5432; Database=identity_app; Username=postgres; Password=12345;"
  },
  "JwtOptions": {
    "Issuer": "IdentityApp",
    "Audience": "None",
    "Key": "secret_secret_secret_secret_secret_secret_secret_secret_secret_secret_secret_secret_secret_secret",
    "Lifetime": 43200
  } 
}

https://identity-cqrs-app.herokuapp.com/swagger/index.html

About

Simple asp.net core application built with CQRS MediatR and Identity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published