-
System.IdentityModel.Tokens.Jwt v6.8.0
```
var credentials = new SigningCredentials(new JsonWebKey(""), "RS256");
var handler = new JwtSecurityTokenHandler();
var jwt = handler.CreateEncodedJw…
-
### What do you want?
JWT Access Token 방식으로 바꾸고 Redis 에 저장
-
-
Nowhere in the documentation you tell exactly how to send the JWT for authentication.
Digging the code, it looks like an "Authorization" header is expected in the GET request. Is that correct?
Also,…
-
Add a registration page where a user should provide the following information:
- First Name
- Last Name
- Email
- Date of birth
- Password
- Confirm password
or other option to sign up with a Steam a…
-
**Task Description**
Currently we only provide Token Based Authentication for API access. In order to provide a seamless login experience we want to implement OpenID Connect (OIDC) authentication i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
kong:3.1.1
### Current Behavior
I’ve encountered an issue with the JWT plugi…
-
### Checklist
- [X] I could not find a solution in the existing issues or docs.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/teamhanko/hanko/blob/main/CODE_OF_CONDUC…
-
### Feature request
I have Ollama hosted in a server with authentication. It provides api key and jwt token. I want to use my hosted server.
### Why?
I want to use Ollama, since it have authenticat…
-
Receber o usuário/senha (fluxo privado) ou CPF (publico), através da URL de origem (api/v1/private, api/v1/public) validar o usuário PostgreSQL e gerar um token JWT.
Adicionar o customer id no claim…