Rushi Gandhi
Rushi Gandhi
Hello @ajhollid I would like to work on this issue. Can you assign it to me?
Hello @ajhollid, Here’s a plan for implementing the refresh token system: 1) **Database Schema:** We’ll either extend the current User schema or create a new table to store refresh tokens,...
Hi @ajhollid, Thank you for your feedback! I appreciate your insights and agree with most of your points. However, I do have some concerns regarding storing the refresh token in...
I’ll focus on the server-side implementation. @sankettank66, will you be handling the client-side? @ajhollid, just to clarify, should I create a single pull request for the entire server-side implementation (with...
Hey @ajhollid, Should I update AppSettings schema to store the refresh token secret and TTL, or using environment variable is sufficient as of now?
Hey @sankettank66 & @ajhollid, Could you please review my PR? I would appreciate any feedback or suggestions you might have.
I have few questions @ajhollid, I am creating a middleware for verifying whether the refresh token is valid. - Is it okay if I retrieve both the tokens from request...
@ajhollid could you please review the PR #973.
Should I merge the develop branch in my currently open PR? or Should I keep it as it is?
I'll now make a new PR for the new endpoint that generates new auth token.