tugberkugurlu / AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity
MIT License
230 stars 69 forks source link

Enable running samples through docker-compose up #19

Closed tugberkugurlu closed 6 years ago

tugberkugurlu commented 8 years ago

Start with this, which is the only sample: https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB/tree/master/samples/IdentitySample.Mvc

It should stand up a MongoDB instance, link it to the application container.

dealproc commented 6 years ago

Working on this as part of the IdentityServer sample. Will go back to the Mvc Sample and enable the same once complete with IdentityServer.