-
Ideally we would set `verify_iss' to True on this line:
https://github.com/openedx/edx-drf-extensions/blob/ae7416f200bb7595b0172eb345e669c7fbcbc903/edx_rest_framework_extensions/auth/jwt/decoder.py#L…
-
### Describe the feature
The JWT Authentication feature allows secure and stateless user authentication in a Node.js backend. It works by generating a JSON Web Token (JWT) upon successful login, …
-
I am trying to validate my access_token using https://github.com/pingidentity/lua-resty-openidc#sample-configuration-for-oauth-20-jwt-token-validation. Somehow I wasn't able to succeed. My goal is to …
-
**Description:**
We need to implement the backend logic for user authentication, specifically for the login and registration functionalities. This will include setting up routes, controllers, and d…
-
# Architectural Decision Record: Implementing JWT-Based Authorization
## Context
In microservices architecture, securing API access is a critical concern. We need a reliable, scalable, and efficient …
-
Currently, when jwt is used for authentication, the verification will pass when jwt is valid or not provided. This requirement does not apply in some scenarios:
1. During the process of adding auth…
-
//TODO: Implement this method & return the details about the user
// Step 1 - Get the user details using Email (later from the JWT token) - 404 Not Found
// Step 2 - Valida…
-
The website currently lacks a login and signup functionality, which is essential for providing personalized experiences and saving user preferences, such as Dosha analysis results, chat history, and s…
-
When creating an NAA token the generated token cannot be validated as a valid JWT using the keys from https://login.microsoftonline.com/common/discovery/keys
## Your Environment
* Platform: OW…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
2.2.2+
### Current Behavior
_No response_
### Expected Behavior
_No respon…