Skip to content
#

webframework

Here are 259 public repositories matching this topic...

fastify
stnguyen90
stnguyen90 commented Feb 13, 2020

Description

The documentation on Error Handling indicates there should be a stack trace, but stack traces are no longer returned.

Steps to Reproduce the Problem

  1. buffalo new coke
  2. cd coke
  3. buffalo dev &
  4. curl -H 'Content-Type: application/json' 'http://localhost:3000/does_not_exist'

Expected Behavior

trace and

beriberikix
beriberikix commented Dec 19, 2018

I'm on a pet project that requires a performant CoAP webserver. Since none exist I was considering using libcoap and find a frontend for doing the routing/middleware. Silicon looks to fit the build! How hard would it be to add libcoap as a Silicon backend? Are there any docs or guidance?

Thanks!

radutopala
radutopala commented Jan 6, 2019

We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.

Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level Finally interceptor and then call `ctx.Session

Improve this page

Add a description, image, and links to the webframework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webframework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.