wired up JWT with wundergraph auth

This commit is contained in:
Samuel Andert
2023-09-04 11:59:58 +02:00
parent 8a4ec6cc73
commit 53e68aa362
13 changed files with 84 additions and 116 deletions

View File

@ -59,7 +59,7 @@ configureWunderGraphApplication({
tokenBased: {
providers: [
{
userInfoEndpoint: 'http://localhost:3000/api/auth/session',
userInfoEndpoint: 'http://localhost:3000/api/wunderauth',
},
],
},