Skip to content

Conversation

campeis
Copy link
Contributor

@campeis campeis commented Jun 11, 2025

No description provided.

@@ -105,7 +104,7 @@ impl Auth0Client {
// the exact issued_at (iat) and expiration (exp)
// reference: https://www.iana.org/assignments/jwt/jwt.xhtml
let issue_date: DateTime<Utc> = Utc::now();
let expire_date: DateTime<Utc> = Utc::now() + Duration::from_secs(expires_in as u64);
let expire_date: DateTime<Utc> = Utc::now() + Duration::seconds(expires_in as i64);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using Chrono duration instead of the std one

@campeis campeis marked this pull request as ready for review June 11, 2025 13:37
@campeis campeis requested a review from a team as a code owner June 11, 2025 13:37
@campeis
Copy link
Contributor Author

campeis commented Jun 18, 2025

@MaeIsBad @cpiemontese would it be possible to merge this one?

@cpiemontese cpiemontese merged commit 589ecc5 into master Jun 19, 2025
4 checks passed
@cpiemontese cpiemontese deleted the update_to_otel_0_30 branch June 19, 2025 07:33
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.

2 participants