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

Fix: JWT Payload validation for 2FA Strategy #235

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

Conversation

hirenf14
Copy link
Contributor

What does it do?

Instead of direct usage of UserService, it uses unified function verifyPayload of authService to validate JWT Payload. Also, unifies 2FA and non 2FA Authentication validation.

Why is it needed?

Incorrect usage, as with verifyPayload using payload.sub it would only work for written test cases, and not when 2FA is turned off.

How to test it?

Login with 2FA and without 2FA, and check whether token is validating things properly.

Related issue(s)/PR(s)

#234

@hirenf14 hirenf14 requested a review from vygandas as a code owner March 12, 2024 09:22
Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
isomera-compodoc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 12, 2024 9:23am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
isomera-landing ⬜️ Ignored (Inspect) Visit Preview Mar 12, 2024 9:23am

Copy link

vercel bot commented Mar 12, 2024

@hirenf14 is attempting to deploy a commit to the Cortip Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant