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: added refresh token #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MitulSonagara
Copy link
Contributor

📋 Description

Adding a JWT refresh token, In the current situation there is no refresh token for the users, they have to continuously authenticate them selves after 20min of expiration of the token

🔨 Changes Made

✅ Checklist

Before submitting the PR, please make sure you have completed the following:

  • I have followed all the guidelines mentioned in CONTRIBUTING.md.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • I have tested it locally and it works fine.
  • Any dependent changes have been merged and published in downstream modules.

🏷️ Types of Changes

What type of changes does your code introduce? (Check all that apply)

  • Bug fix (non-breaking change which fixes an issue) 🐛

  • New feature (non-breaking change which adds functionality) ✨

  • UI enhancement (non-breaking change which enhances UI) 🎨

  • Documentation update 📚

  • Fixes Adding refresh token #105

📸 Screenshots (if applicable)


Thank you for contributing to Research Nexus! We look forward to reviewing your PR and getting it merged!

@Harshdev098
Copy link
Owner

Will review Your PR shortly

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.

Adding refresh token
2 participants