-
Notifications
You must be signed in to change notification settings - Fork 167
Main 2 v4 #922
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
Main 2 v4 #922
Changes from all commits
ec4c634
f0ca8f6
53a0023
451e0da
e9e4e43
52e6b73
2402a63
1fb23f3
2b2b71a
a643469
f7d7468
c8161b3
2eae8a3
1047611
d2fbec2
991b49f
90e0834
c84573b
168cac4
190fdf2
56aecbc
d2825c5
5163a36
77761bd
7f4ed93
f4d71ee
15a20b5
812e0af
89982bb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,11 +102,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |
| * parameter with the session transfer token. For example, | ||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||
| * | ||
| * ## Availability | ||
| * | ||
| * This feature is currently available in | ||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||
| * | ||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||
| * This method will handle saving the refresh_token, if a new one is issued. | ||
|
Comment on lines
103
to
107
|
||
|
|
@@ -123,11 +118,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |
| * parameter with the session transfer token. For example, | ||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||
| * | ||
| * ## Availability | ||
| * | ||
| * This feature is currently available in | ||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||
| * | ||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||
| * This method will handle saving the refresh_token, if a new one is issued. | ||
|
|
@@ -185,11 +175,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |
| * parameter with the session transfer token. For example, | ||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||
| * | ||
| * ## Availability | ||
| * | ||
| * This feature is currently available in | ||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||
| * | ||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||
| * This method will handle saving the refresh_token, if a new one is issued. | ||
|
|
@@ -208,11 +193,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting | |
| * parameter with the session transfer token. For example, | ||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||
| * | ||
| * ## Availability | ||
| * | ||
| * This feature is currently available in | ||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||
| * | ||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||
| * This method will handle saving the refresh_token, if a new one is issued. | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -244,12 +244,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||
| * parameter with the session transfer token. For example, | ||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||
| * | ||||
| * ## Availability | ||||
| * | ||||
| * This feature is currently available in | ||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||
| * | ||||
| * It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid. | ||||
| * This method will handle saving the refresh_token, if a new one is issued. | ||||
| */ | ||||
|
|
@@ -265,11 +259,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT | |||
| * parameter with the session transfer token. For example, | ||||
| * `https://example.com/login?session_transfer_token=THE_TOKEN`. | ||||
| * | ||||
| * ## Availability | ||||
| * | ||||
| * This feature is currently available in | ||||
| * [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). | ||||
| * Please reach out to Auth0 support to get it enabled for your tenant. | ||||
| * | ||||
|
||||
| * |
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.
The PR description says this is a rebase, but the diff also removes the
.github/workflows/claude-code-review.ymlworkflow (eliminating the automated Claude PR review job). If that removal is intended, it would be good to call it out explicitly in the PR description since it changes CI/automation behavior.