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

added oauthGrantType #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

added oauthGrantType #17

wants to merge 1 commit into from

Conversation

ashabottu
Copy link

added oauthGrantType - to determine whether the response_type is code or implicit

added oauthGrantType - to determine whether the response_type is code or implicit
Comment on lines +226 to +228
oauthOptions.oauthGrantType === 'code'
? 'code'
: 'token';
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about implicit?

Copy link
Collaborator

Choose a reason for hiding this comment

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

oh I see now. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants