dotnet ef migrations add <migration-name>
dotnet ef database update
Test the policy with user-jwts and curl;
dotnet user-jwts create --claim http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth=1989-01-01
curl -i -H "Authorization: Bearer <token from dotnet user-jwts>" https://localhost:7036/api/weather/forecast