My copy of popular Pastebin (https://pastebin.com/)
Set google api propertis in appsettings.json
"GoogleOAuthOptions": {
"ClientId": "*",
"ClientSecret": "*"
},
Using docker-compose run the app in Docker
$ docker-compose up
You can optionally specify JWT properties
"JwtSettings": {
"Key": "*",
"HashKey": "*",
"LifetimeInMinutes": 5,
"RefreshTokenExpiryTimeInDays" : 7,
"ValidAudiences": [],
"ValidIssuers": [],
"ValidateLifetime": true,
"ValidateAudience": false,
"ValidateIssuer": false
},
