mgroves / realworld-aspnet-couchbase

Conduit implementation: ASP.NET Core + Couchbase
https://realworld.io
MIT License
12 stars 4 forks source link

Auth: Move Issuer/Audience/Secret into appsettings #7

Open mgroves opened 1 year ago

mgroves commented 1 year ago

Right now they're hardcoded, and repeated. So move to appsettings and retrieve from there instead.

mgroves commented 1 year ago

I'm using secrets instead of appsettings