NextJS is a hybrid app and I have created a custom express router that uses keycloak middleware.
I'm trying to pass the bearer token of the userid and pass this token to Hasura so I can lockdown some graphql API, but I don't know how to handle this.
Does anybody have any examples that they can provide that handles this?
I need to figure this out for a Hybrid (SSR React app)