Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: JWT validity check #73

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: JWT validity check #73

wants to merge 8 commits into from

Conversation

naftis
Copy link
Member

@naftis naftis commented Mar 12, 2025

opencrvs/opencrvs-core#8911

Validates incoming tokens with opencrvs-core public key and installs a basic test framework.

@naftis naftis requested a review from Zangetsu101 March 12, 2025 15:19
@@ -79,15 +62,54 @@ app.after(() => {
app.withTypeProvider<ZodTypeProvider>().route({
url: "/esignet/get-oidp-user-info",
method: "POST",
// @TODO: @Tahmid, @Euan, is JWT authentication needed in E-Signet? Does HTTP button support it?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@naftis naftis added the 💅 Waiting For Review Further information is requested label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💅 Waiting For Review Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant