-
Notifications
You must be signed in to change notification settings - Fork 40
Fix the authentication issue #112
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
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the β¨ Finishing Touchesπ§ͺ Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
| * @param userId the user ID | ||
| * @return the generated JWT refresh token | ||
| */ | ||
| public String generateRefreshToken(String username, String userId) { |
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.
Some of these methods don't belong here. Isn't this the job of common API?
a38c949 to
0cb93a5
Compare
* AMM-1217 * removed unused imports * removed unused imports * AMM-1252 * swagger changes * bug(Identity-API) Edit family tagging null condition added * Jwttoken implementation and Crossorigin changes. * code rabbit comments addressed * coderabbitai comments addressed * coderabbit commments addressed * code optimised * redis runtime issuefixed * Coderabbit changes * removed unused method * Coderabbit comments addressed
0cb93a5 to
8b85d5f
Compare
|
* Update version in pom.xml to 3.4.0 * Update pom.xml * fix: replace db for inserting id * fix: revert the db (#110) * fix: remove crossorigin (#111) * Fix the authentication issue (#112) * fix: Handled Improper session managemant (#108) * AMM-1217 * removed unused imports * removed unused imports * AMM-1252 * swagger changes * bug(Identity-API) Edit family tagging null condition added * Jwttoken implementation and Crossorigin changes. * code rabbit comments addressed * coderabbitai comments addressed * coderabbit commments addressed * code optimised * redis runtime issuefixed * Coderabbit changes * removed unused method * Coderabbit comments addressed * fix: authentication issue * fix: removed db_iemr * fix: add env. to the variable to fetch the values from env file --------- Co-authored-by: ravishanigarapu <133210792+ravishanigarapu@users.noreply.github.com> * fix: add user agent java (#113) --------- Co-authored-by: Amoghavarsh <93114621+5Amogh@users.noreply.github.com> Co-authored-by: Vanitha <vanitha@navadhiti.com> Co-authored-by: Vanitha S <116701245+vanitha1822@users.noreply.github.com> Co-authored-by: ravishanigarapu <133210792+ravishanigarapu@users.noreply.github.com>



π Description
JIRA ID:
NA
β Type of Change