-
Notifications
You must be signed in to change notification settings - Fork 318
[BREAKING] feat!: remove Authentication layer #1390
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
Open
tusharpandey13
wants to merge
17
commits into
master
Choose a base branch
from
feat/auth-separation-v6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+755
−6,263
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c9af50a
feat!: remove auth layer, re-point Management token to @auth0/auth0-a…
tusharpandey13 0a5c146
fix(token-provider): correct auth0-auth-js TelemetryConfig shape, dro…
tusharpandey13 69f24ff
test: replace auth-layer tests, mock @auth0/auth0-auth-js for Managem…
tusharpandey13 5b5be26
docs: update for v7 auth removal, add v6→v7 migration guide
tusharpandey13 20afc0b
Merge branch 'master' into feat/auth-separation-v6
tusharpandey13 7f28dbe
fix(token-provider): guard mTLS construction, drop unsafe any cast, a…
tusharpandey13 53d0879
refactor(token-provider): drop @auth0/auth0-auth-js dep, inline clien…
tusharpandey13 e6f3d8e
fix(tests): fix two broken test suites after auth-layer removal
tusharpandey13 2553796
docs(token-provider): warn that BaseClient.ts fetch field is Fern-gen…
tusharpandey13 64e8eac
fix(token-provider): forward user headers to token request; remove au…
tusharpandey13 3c5e426
fix(token-provider): mTLS alias, header normalization, timeout, typed…
tusharpandey13 03b66b6
fix(types): remove impossible useMTLS from client-assertion interface
tusharpandey13 70740be
test(token-provider): update error assertions + add TC-2.14/15/16
tusharpandey13 7a6595b
fix(gitignore): restore *.lcov and .forge/ as separate patterns
tusharpandey13 a14ac74
docs(readme): rebuild migration guide and fix broken links
tusharpandey13 d8fb9ad
chore(lockfile): remove stale @auth0/auth0-auth-js entry from yarn.lock
tusharpandey13 cf71768
docs(readme): update getUserInfo now that auth0-auth-js#228 merged
tusharpandey13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,4 +3,5 @@ node_modules | |
| /dist | ||
| /docs | ||
| /coverage | ||
| *.lcov | ||
| *.lcov | ||
| .forge/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| v6.3.0 | ||
| v6.3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.