Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Adding auth code flow support for public client #149

Merged
merged 3 commits into from
May 18, 2018

Conversation

abhidnya13
Copy link
Contributor

@abhidnya13 abhidnya13 commented May 16, 2018

Adding support for enabling Authorization code flow for public clients.

This PR will fix #140

application.
:param str client_secret: (only for confidential clients)The OAuth
client secret of the calling application.
:param str code_verifier: (optional)The code verifier that was used to
Copy link
Collaborator

@rayluo rayluo May 17, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this document too. We don't need it yet. :-)

Also github detects there will be a merge conflict for this PR. And that is because this branch was created from an older dev branch. So another learning experience here: always do git pull origin dev first, before you do git checkout -b my-cool-new-feature.

Copy link
Collaborator

@rayluo rayluo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Please use "squash and merge" way to merge it (so that we will see one meaningful commit and a linear history).

Copy link
Contributor

@navyasric navyasric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I recommend updating the Wiki page as part of this PR.
Thanks.

@abhidnya13 abhidnya13 merged commit d7d5fe9 into dev May 18, 2018
@rayluo rayluo deleted the auth_code_flow_public branch May 18, 2018 21:35
@abhidnya13 abhidnya13 mentioned this pull request May 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

acquire_token_with_authorization_code(...) supports public client
3 participants