Skip to content
#

rest-microservice

Here are 20 public repositories matching this topic...

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

gurunath-p
gurunath-p commented Sep 17, 2017

I have been trying to use a custom NER model for spacy-services with the name 'endec'.When I try to use it directly by loading it in displacy/app.py, I get the following error:

`Traceback (most recent call last):
File "app.py", line 4, in
get_model('endec')
File "/home/prgs/spacy-services/displacy/displacy_service/server.py", line 36, in get_model
_models[model_name] =

Improve this page

Add a description, image, and links to the rest-microservice 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 rest-microservice topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.