Accessing JWT Tokens Across Middlewares and Differences Between HttpApiMiddleware and HttpMiddleware
Is it possible to access a JWT token parsed by a middleware implementing security from another middleware in a type safe way? Also, what is the difference between HttpApiMiddleware and plain HttpMiddleware ?