feat: updated to be compatible with Auth0 SPA which uses the 'Authorization Code Grant using Proof Key for Code Exchange (PKCE)' flow

This commit is contained in:
2019-12-19 06:57:01 +01:00
parent b07afd19fe
commit c5df55df68
4 changed files with 920 additions and 115 deletions
+3
View File
@@ -23,6 +23,9 @@ spec:
memory: 300Mi
ports:
- containerPort: 3333
env:
- name: AUDIENCE
value: https://shiny.unbound.se
readinessProbe:
httpGet:
port: 3333