-
Notifications
You must be signed in to change notification settings - Fork 56
Flutter windows desktop support #656
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
NandanPrabhu
wants to merge
72
commits into
main
Choose a base branch
from
SDK-6071
base: main
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.
Open
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
a10f01f
windows support added
NandanPrabhu ce3967c
windows support added
NandanPrabhu 50ebfae
windows support added
NandanPrabhu f2d0866
windows support fixes build issue due to dependencies
NandanPrabhu c4c896d
fixes redirection issues
NandanPrabhu 9b6d647
.env.example added
NandanPrabhu 1213893
Merge branch 'main' into SDK-6071
NandanPrabhu 15534c0
Adds PKCE flow
NandanPrabhu 1d0112e
build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#689)
dependabot[bot] 9e9e103
Adding DPoP feature for flutter
utkrishtsahu 0fb02f4
feat(android): Upgrade native SDK to 3.9.0 and adapt to breaking changes
utkrishtsahu cdc2327
adding Dp feature with platform updates
utkrishtsahu a92e5d4
adding changes as per github action bot
utkrishtsahu 5c29020
addressed bot PR review comments
utkrishtsahu f2742d3
Fixing UT failure issue in CI for android,ios and macos
utkrishtsahu f679eeb
Fixed review comments by prince and claude
utkrishtsahu ba1079b
restored to java 8 and handled review comments
utkrishtsahu ad4bdcb
Resolving Claud code review
utkrishtsahu 59d453a
Handle review comments and added all UT for flutter including DPoP
utkrishtsahu e5ef368
addressing unit test failure for android,ios and symlink
utkrishtsahu 8d60adc
Fix race conditions in iOS/macOS unit tests and document cache-only b…
utkrishtsahu 3885a98
Fix iOS/macOS unit test failures
utkrishtsahu 6f5ea14
Resilving review comments and ios UT test failure
utkrishtsahu 51df028
Fix CI failures: Add missing files and update test mocks
utkrishtsahu d68977e
Fix iOS/macOS unit test timeouts by reverting async test changes
utkrishtsahu ff9894b
Fix iOS unit test timeouts by adding explicit 5s timeouts to all expe…
utkrishtsahu 248b801
fix iOS unit test timeouts by reverting to proven async/sync patterns
utkrishtsahu d361a2a
Fixes iOS UTs
NandanPrabhu 155ba50
Adds scenedelegate conformance
NandanPrabhu cc21832
Address review comments: separate DPoP channel and simplify docs
utkrishtsahu 1115242
Fix test: use correct index for CredentialsManagerMethodCallHandler
utkrishtsahu e77a5e4
Removed UT as per review comments
utkrishtsahu 580338c
addresed few review comments
utkrishtsahu a3c5eee
refactor: Move DPoP utility methods from AuthenticationApi to Auth0 c…
utkrishtsahu ff11a37
Handled review comments:Decoupling in all platforms,removal of commen…
utkrishtsahu fc88d2c
added UT in CredentialsManagerHandlerTests.swift
utkrishtsahu 6e1cec2
feat: refactor DPoP operations and add tokenType parameter to userPro…
utkrishtsahu 2029df8
Fix iOS CredentialsManager caching tests
utkrishtsahu a260001
Fixing ios CI failure
utkrishtsahu 0fc8550
Handling review comments UserInfoApiRequestHandler and AuthAPIUserInf…
utkrishtsahu 648acd4
fixing lint issues
utkrishtsahu 938f928
Docs: Add v2.0.0 migration notice and update documentation
utkrishtsahu 551ef0f
Fix linting issue in auth0_flutter folder
utkrishtsahu 767a2c8
Release afpi-v2.0.0-beta.1 (#695)
utkrishtsahu ac65a8a
Release af-v2.0.0-beta.1 (#696)
utkrishtsahu 17a4020
build(deps): bump actions/cache from 4 to 5 in /.github/actions/setup…
dependabot[bot] 5e9f5c2
build(deps): bump actions/upload-artifact from 5 to 6 in /.github/act…
dependabot[bot] 9cf2471
build(deps): bump actions/upload-artifact from 5 to 6 in /.github/act…
dependabot[bot] bc450a3
build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#699)
dependabot[bot] 85b7cd9
build(deps): bump actions/upload-artifact from 5 to 6 (#698)
dependabot[bot] 81d0af2
build(deps-dev): bump glob from 10.4.5 to 10.5.0 in /appium-test (#683)
dependabot[bot] dea4fa3
PKCE bug fixes
NandanPrabhu 8f57ad9
code refactoring
NandanPrabhu bac263a
fixes build issues
NandanPrabhu 302be07
fixes build issues
NandanPrabhu dbcbd29
Fixes issue due to expires in
NandanPrabhu 12f5b37
Fixes PKCE issues
NandanPrabhu 6136181
Fixes PKCE issues
NandanPrabhu 4bf059e
adds logout code
NandanPrabhu eb4a138
adds login to bring app window to the front on redirection
NandanPrabhu 69e57aa
build(deps): bump ruby/setup-ruby in /.github/actions/setup-darwin
dependabot[bot] a5ac9e6
fix: Fixes the build error when running the `dart run build_runner bu…
pmathew92 6b5ea13
build(deps): bump ruby/setup-ruby from 1.273.0 to 1.274.0 in /.github…
dependabot[bot] 50bf132
build(deps): bump ruby/setup-ruby from 1.274.0 to 1.275.0 in /.github…
dependabot[bot] 9637414
build(deps): bump ruby/setup-ruby from 1.275.0 to 1.278.0 in /.github…
dependabot[bot] 282cdeb
build(deps): bump ruby/setup-ruby from 1.278.0 to 1.279.0 in /.github…
dependabot[bot] e9e935f
Merge branch 'main' into SDK-6071
NandanPrabhu c1cd636
deleted few unused files
NandanPrabhu 6ad8d90
Add unit test and CI setup
NandanPrabhu 8bba351
Merge branch 'main' into SDK-6071
NandanPrabhu 5f1b308
Resolves PR comments - adds uniform naming convention to files - perc…
NandanPrabhu a627e09
Merge branch 'main' into SDK-6071
NandanPrabhu 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
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,6 +3,7 @@ | |
|
|
||
| # Global coverage | ||
| coverage/ | ||
| **/.vs/ | ||
|
|
||
| appium-test/node_modules/* | ||
|
|
||
|
|
||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ version: | |
| channel: stable | ||
|
|
||
| project_type: plugin | ||
|
|
||
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.
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.
Should we mention the callback url here as this is a workaround we suggest for users. This should be mentioned in the example code . For windows by default we have the
flutterapp://calbackuri defined