This commit is contained in:
Tommy Parnell
2021-08-01 16:32:12 -04:00
parent 2b9ed4093a
commit bbbac28221

View File

@@ -101,7 +101,7 @@ services:
## Encryption keys
Ok so you've got the basics running, but you need to store your encryption keys. We can store them in the database using entity framework! Add this to your `startup.cs` `ConfigureServices` Method
Ok so you've got the basics running, but you need to store your encryption keys. We can store them in the database using entity framework! Add this to your `startup.cs` `ConfigureServices` Method. Make sure you `dotnet add package Microsoft.AspNetCore.DataProtection.EntityFrameworkCore`
```cs