-
Set up middleware that checks whether the user is authenticated and authorized
-
Hi, first of all thanks for this library and for sipgo a lot.
My question is, will there be middlewares (and maybe builtin auth support) in the library? If so, how would it look in your mind, and d…
-
How could I add something like middleware to my `httpf` app? I'd like to set the session cookie on every request, but I haven't yet had an epiphany on how I might accomplish this... is there a commonl…
-
I still don't get about universal middleware.
I have code like this using hono
```ts
export const preference = (): MiddlewareHandler => {
return async function preference(c, next) {
co…
-
**Is your feature request related to a problem? Please describe.**
protect the routes from new user and logged in user should not access auth routes
**Describe the solution you'd like**
-
**De…
-
-
### Description
I'm following the instructions from the docs (https://spiral.dev/docs/http-middleware/current/en#combine-with-ioc-scopes and https://spiral.dev/docs/http-middleware/current/en#non-d…
-
Since 1.3.0-beta3 [the session is binding](https://github.com/nrepl/nrepl/commit/483d32b8370a5e9fa51c1cbadc00047b139f87e2#diff-be175d655029beb7840642730495d2ce791cb10f156f32222217119206271009R353) `*m…
-
[This issue is imported from pivotal - Originaly created at Apr 19, 2021 by Pieter van der Meulen](https://www.pivotaltracker.com/story/show/177812126)
Starting the console results in the exception b…
-
Not sure if this is expected or not, but while trying to work with this gem I found myself needing to customize the order in which middlewares are run. And I need `throttled` middleware to run after a…