add PKCE support to OAuth2 flow
A reference .NET application implementing an eCommerce site
Brought to you by:
jobily
Originally created by: halilkocaoz
There was a TODO line for implementing Authorization Code flow with PKCE on security definition.
Originally posted by: davidfowl
Did you test it?
Originally posted by: halilkocaoz
Sorry for miss-implementing, could you review again? @davidfowl
I added CORS policy for any origins. Should CORS policy be just for these:
builder.Configuration["BasketApiClient"],builder.Configuration["OrderingApiClient"],builder.Configuration["WebhooksWebClient"],builder.Configuration["WebhooksApiClient"],builder.Configuration["WebAppClient"])