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: replace authToken with authProvider #14

Merged
merged 1 commit into from
Oct 13, 2022
Merged

Conversation

pgautier404
Copy link
Collaborator

No description provided.

Comment on lines +24 to +25
$defaultTtlSeconds,
$dataClientOperationTimeoutMs
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a standard TimeSpan-like construct in PHP? Would be strong to avoid hoisting number conversions on the users

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm +1 to this idea, but if such a thing exists in PHP, we can handle it as a separate ticket/PR.

Copy link
Contributor

@cprice404 cprice404 left a comment

Choose a reason for hiding this comment

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

plan

@@ -0,0 +1,27 @@
<?php
Copy link
Contributor

Choose a reason for hiding this comment

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

so i take it that in modern PHP you don't need a closing tag for this anymore? TIL

Comment on lines +24 to +25
$defaultTtlSeconds,
$dataClientOperationTimeoutMs
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm +1 to this idea, but if such a thing exists in PHP, we can handle it as a separate ticket/PR.

@pgautier404 pgautier404 merged commit 6852fbb into main Oct 13, 2022
@malandis malandis deleted the add-auth-provider branch November 1, 2024 21:18
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.

3 participants