-
# 인증 & 인가
인증
- 접근가능한 유효한 유저임을 증명하는 것
- ex. 여권과 비행기 표를 확인해야 비행기를 탈 수 있다.
인가
- 인증되어 우리 서버에 접근 가능한 사용자라고 하더라도 권한에 따라 접근할 수 있는 리소스가 다르면 그 권한에 따라 인가(허가)
- ex. 비행기 좌석 등급에 따라 앉을 수 있는 자리가 다르다.
…
-
I know "JWT" authentication process is stateless and for logout we should use something like "Redis" for "blacklist".
But if we'll have some functionality that can invalid token it would be so good. …
-
I would like to update ..examples\csharp\Genny sample to support DirectML and Phi-3 model.
I managed to do it for Stateless mode (#568), however I faces with an issue for Stateful mode:
Inferenc…
-
Currently, spring security and spring saml integration is based on session store and uses opaque session id via http cookie. So this is stateful.
Is there any way we can configure this behavior to be…
-
### Is your feature request related to a problem?
I want to use scope users from the backend but creating a new connection instance for every user in the backend uses a lot of resources.
### Describ…
-
I had a provision hang: dogfood instance `c49820df-25ea-4c0f-aeb2-5e16980b6e84`, saga `311f4acf-798d-435e-9f1c-d8ef75977aac`, which is apparently stuck in `regions_ensure` (based on it being node 173 …
-
Since the conversation history is built using Message instances it doesn't allow me to return the called function result back into the conversation.
The error I receive: `Invalid parameter: messag…
-
At the moment, all of the state and business logic we need for the Bridge UI is kept inside `useArbTokenBridge`. However, we are slowly working towards more modular refactor that will leave us with a …
-
**The bug**
There is the following error when trying to generate with certain models. The error is assert token_byte_positions[-1] == last_pos on gen() and can be reproduced using the code below. Not…
-
**Why**
API usage is paid for by tokens and is stateless. Currently there is only control for output size and the conversation is sent for context as input. On a 32k token model the costs increase fa…