Giter Club home page Giter Club logo

service-auth-provider-java-client's Issues

JWT not being re-generated by default

What would you like to change?

We had some issues regarding JWT not being re-generated when our JWT didn't contain the "exp" property in the payload.
Since this is used in conjunction with a one-time password, I believe that in the case of the JWT not containing the "exp" property, we should always re-generate it (i.e. re-generating should be the default behaviour).
My fear is that if we ever handle a payload that doesn't have an "exp" property, we'll be always returning the same token until spring is restarted.

I'd like to know what the team thinks about it. This is only my interpretation.

References:
One-time password:


Re-generation logic:
return expDate != null && Date.from(now().plus(refreshTimeDelta)).after(expDate);

How do you think that would improve the project?

I think it could prevent problems in production and make functional testing less dependant on testers using the "exp" property.

If this entry is related to a bug, please provide the steps to reproduce it

  1. Mock the return of the "/lease" endpoint to be a valid JWT with no "exp" property.
  2. Generate the token (AuthTokenGenerator.generate())
  3. Reset the mock
  4. Mock it again with another valid JWT token also with no "exp" property.
  5. Generate the token (AuthTokenGenerator.generate())
    You will see that steps 2 and 5 will generate the same token (i.e. the service no longer queries the "/lease" endpoint.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/changelog.yml
  • release-drafter/release-drafter v6
.github/workflows/gradle.yml
  • actions/checkout v4
  • actions/setup-java v4
.github/workflows/jitpack_build.yml
  • actions/checkout v4
gradle
settings.gradle
build.gradle
  • io.spring.dependency-management 1.1.5
  • org.springframework.boot 3.3.1
  • org.owasp.dependencycheck 9.2.0
  • com.github.ben-manes.versions 0.51.0
  • se.patrikerdes.use-latest-versions 0.2.18
  • au.com.dius.pact 4.1.11
  • checkstyle 10.17.0
  • pmd 6.55.0
  • org.springframework.cloud:spring-cloud-starter-openfeign 4.1.2
  • io.github.openfeign:feign-jackson 13.3
  • com.warrenstrange:googleauth 1.5.0
  • com.auth0:java-jwt 4.4.0
  • jakarta.servlet:jakarta.servlet-api 6.1.0
  • junit:junit 4.13.2
  • org.assertj:assertj-core 3.26.0
  • org.mockito:mockito-core 5.12.0
  • org.springframework.cloud:spring-cloud-contract-wiremock 4.1.3
  • au.com.dius.pact.consumer:junit5 4.1.11
  • au.com.dius.pact.consumer:junit5 4.1.11
  • org.junit.jupiter:junit-jupiter-api 5.10.2
  • org.junit.jupiter:junit-jupiter-engine 5.10.2
  • org.junit.jupiter:junit-jupiter-api 5.10.2
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.8

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.