Added dynamic AccessControlConditions interface

This commit is contained in:
Samuel Andert
2023-09-04 17:18:35 +02:00
parent 35b3167509
commit 102f4fa855
8 changed files with 167 additions and 33 deletions

View File

@ -59,7 +59,7 @@ configureWunderGraphApplication({
tokenBased: {
providers: [
{
userInfoEndpoint: 'http://localhost:3000/jwt/wunderauth',
userInfoEndpoint: 'http://localhost:3000/server/wundergraph',
},
],
},