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

Add PKCE support when Authorization Code flow is used #5361

Merged
merged 28 commits into from
Oct 8, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7daa7a5
Add PKCE support.
poveilleux May 15, 2019
d845e1d
Fix tests
poveilleux May 19, 2019
09b383c
Merge branch 'master' into add-pkce-support
poveilleux May 19, 2019
a95004b
Update oauth2.md
poveilleux May 21, 2019
99d8abb
Rename usePkce
poveilleux May 21, 2019
537dd8a
Fix the BrokenComponent error
poveilleux May 29, 2019
8289e31
Fix conflicts
poveilleux May 29, 2019
f172982
merge
poveilleux Jun 15, 2019
edff5a7
Merge branch 'master' into add-pkce-support
poveilleux Jun 30, 2019
a5b4de6
Merge branch 'master' into add-pkce-support
poveilleux Jul 29, 2019
4a2de56
merge
poveilleux Aug 12, 2019
4039343
merge
poveilleux Sep 26, 2019
479ee7f
Update oauth2.md
shockey Oct 3, 2019
cb96176
merge
poveilleux Oct 4, 2019
d151a1b
Remove isCode variable. Remove uuid4 dependency.
poveilleux Oct 4, 2019
ff3de09
Merge branch 'add-pkce-support' of https://github.com/poveilleux/swag…
poveilleux Oct 4, 2019
1a532aa
Remove utils functions
poveilleux Oct 4, 2019
e316015
Import crypto
poveilleux Oct 4, 2019
5dde638
Fix tests
poveilleux Oct 4, 2019
d4ff202
Fix the tests
poveilleux Oct 4, 2019
ee6be53
Cleanup
poveilleux Oct 4, 2019
4ce5d42
Fix code_challenge generation
poveilleux Oct 4, 2019
b2c1a92
Move code challenge and verifier to utils for mocks. Update tests.
poveilleux Oct 4, 2019
8c8f4b8
Mock the PKCE methods in the utils file properly.
poveilleux Oct 4, 2019
509a379
Add missing expect
poveilleux Oct 4, 2019
898bfc2
use target-method spies
shockey Oct 4, 2019
b4b2376
Add comments to explain test values.
poveilleux Oct 6, 2019
9f02314
Get rid of jsrsasign.
poveilleux Oct 6, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into add-pkce-support
poveilleux committed Jul 29, 2019
commit a5b4de68b5162b1985a14fbe318e4fe9ca1a2ce1
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.