-
Notifications
You must be signed in to change notification settings - Fork 58
feat: Windows Desktop support with Web Authentication #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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
e7458bf
windows support added
NandanPrabhu a818058
windows support added
NandanPrabhu 845db4a
windows support added
NandanPrabhu 00be716
windows support fixes build issue due to dependencies
NandanPrabhu 74488be
fixes redirection issues
NandanPrabhu 5faba8c
.env.example added
NandanPrabhu 9ed540f
Adds PKCE flow
NandanPrabhu 8a1a0c4
PKCE bug fixes
NandanPrabhu 60bcacf
code refactoring
NandanPrabhu a4a35f4
fixes build issues
NandanPrabhu 756394a
Fixes issue due to expires in
NandanPrabhu 9a4a1e7
Fixes PKCE issues
NandanPrabhu 1d88064
adds logout code
NandanPrabhu 53c1217
adds login to bring app window to the front on redirection
NandanPrabhu 78829f4
deleted few unused files
NandanPrabhu 34c1a44
Add unit test and CI setup
NandanPrabhu 2e5fdc9
Resolves PR comments - adds uniform naming convention to files - perc…
NandanPrabhu 1486a79
- Added Id token signature validator fixes - Default redirect_uri sam…
NandanPrabhu c04debb
uses pplx::task + tokeninstead of detach() for thread safety and back…
NandanPrabhu 5794c5d
id token validation azp validation added
NandanPrabhu 78d2aa4
scope calculation logicrefactored to support default scopes
NandanPrabhu 1a15f91
fixes tests
NandanPrabhu c8f7e18
adds flutter_encodable_value stub
NandanPrabhu 9bff7c0
Fixes review comments - scope logic fixed - document updated for logi…
NandanPrabhu b3abbb6
flutter tests fixed
NandanPrabhu 9413358
unit tests fixed
NandanPrabhu 9aba1c2
fixes UT in CI
NandanPrabhu 6a9becc
Fixes CI failure
NandanPrabhu 79a202a
changes to app activation url along side redirectUrl and returnTo
NandanPrabhu 5a20c55
add documentation
NandanPrabhu 29840d5
Addresses comments on jwks request, fixes duplicate params in authori…
NandanPrabhu 64e4f57
fixes code while adding qquery params to authorise url - signature va…
NandanPrabhu eebeee6
/ detected in callback url and removed for matching with callback url…
NandanPrabhu 0b54440
Fixes CI failure
NandanPrabhu 6b47b33
Fixes CI failure
NandanPrabhu f2a9d51
address claude comments on mutex lock for plugin startup url and scop…
NandanPrabhu 8c35197
Fixes build issues
NandanPrabhu d023e37
1.sychronization added while reading plugin startup url 2.Fixes CI
NandanPrabhu 6a68a4d
Fixes unit tests
NandanPrabhu b3ea9f8
Fixes CI
NandanPrabhu 288f7c4
Reverted changes due to rebase
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 | ||
|
|
||
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.