-
# [P3] Giải ngố authentication: JWT
JSON Web Token (JWT) là một phương pháp xác thực được dùng rất phổ biến hiện nay, nhưng nhiều bạn không hiểu rõ JWT. Bài viết này sẽ giúp các bạn
[https://duthanh…
-
### Current Behavior
Currently, we are utilising API keys, which are considered to have lower security compared to other secure API authentication methods.
### Proposed Behavior
We should allow the…
-
### Description
So in the `JwtAuthenticator` on line 154 the key-set is getting decoded with out the option of setting the algorithm.
It uses Firebase\JWT\JWK which assumes that if no algorithm is p…
-
**Why is this needed**:
Right now when oauth is setup through any provider we always perform code to token exchange using `client_secret_post`. We will do a post request to the token endpoint and alwa…
-
### Use Cases or Problem Statement
As [documented in the migration guide](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#behavior-change-authenticator-jwt…
-
### Is your feature request related to a problem? Please describe.
Running snipe-it behind a reverse proxy such as Teleport that can pass a Jwt would be useful to take away the extra authentication l…
-
**What** - description of what you me to do
Example: Hey @autopilot implement a Google sign-in on my website. Make changes to the front end and the back end of the application
**Why** - explain w…
-
### Description
The context is IAM integration and validating user tokens (JWT) provided by the identity provider. When a JWT is returned, it may be signed (depending on the identity provider). T…
-
As a user, I want to log in to my account so that I can access my saved data.
**Acceptance Criteria:**
- Users can log in using their registered email and password.
- Implement session management…
-
I suggest the app switches from it's current Token based authentication to a JWT based authentication.
That should have the advantage of being more secure and should eliminate the need of Redis for…