-
Notifications
You must be signed in to change notification settings - Fork 3
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
update documentation #14
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chirag-ghosh @rohan-b-84 review please |
Can you also update the frontend readme file as well ? Also, suggest using Documenting doesn't only mean updating docs on how to run the server, you'll have to mention what the application does, and how its supposed to be used |
8827eeb
to
d9291f3
Compare
@Dami-18 have you added a way to display cooldown timer for resend OTP ? |
I haven't added any timer. Only displaying the message that please wait for 60s as it was already set in the backend |
Should I add timer also? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is always recommended to have separation of concerns in PRs as well. Solving two separate issues in a PR doesn't help in better resolution. Create two separate PRs for each issue.
Also this is what we have planned as a solution to this:
|
This reverts commit 8078583.
Why am I getting "No JWT session token found" in /validate-jwt even after I verified using otp? |
f366656
to
df885ae
Compare
The cookie we are using is a secure cookie. It is only sent by the browser for HTTPS requests. Since you are using localhost which is HTTP, the browser is not sending the cookie in the first place. |
@proffapt can you once explain how does heimdall work internally? So I can do the required changes in documentation and this pr can be closed |
Fixes #11