is an opinionated boilerplate for single-page application development based on .NET Core, Kestrel, GraphQL on the backend and React, Redux, Babel, Webpack on the frontend
dependabot[bot] on npm_and_yarn
Bump ws from 1.1.1 to 3.3.3 Bu… (compare)
id_token
), all subsequent requests to the server will send that token automatically. Then on the server, there should be a middleware that reads cookies.id_token value if it exists, decods it into a User object and puts it into request context so that all the remaining middlewares down the pipeline for that particular request have access to a decoded User object. On the client, if /token endpoint returned "true" or something like that, you can just redirect a user from the /login page to /dashboard etc. window.location.href = '/dashboard',
but it gives me a HTTP Error 502.5 - Process Failure
Common causes of this issue:
The application process failed to start
The application process started but then stopped
The application process started but failed to listen on the configured port