John Coene

Results 305 comments of John Coene

I think I wanted a centralised way to create tokens for various purposes. I believe it is used by or more of the Middlewares though I could be mistaken.

It's a terrific idea, I'm wondering how we could do that though. It could be done as a separate package/middleware

But this creates a lot of redundancy, e.g. `#' @api POST /users` should be inferred from codebase

Sorry, I don't understand :( I thought we have ```r app$get("/user", get_user) app$post("/user", post_user) ``` The information as to which `METHOD` is expected is already stated, right? Why do we...

@kennedymwavu thanks, I never noticed this, it's a bit nasty, we should definitely handle this, @jrosell make sense to me, thanks for sharing