thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Allow Oauth implicit grant flow #1237

Open RobertRacklBMW opened 1 year ago

RobertRacklBMW commented 1 year ago

Please describe feature/problem details and solution you'd like.

Thunder client supports Oauth login. But it only support Grant Types Authorization Code (with PKCE), (response_type=code). And Client and Password Credentials Flows.

Currently it does not support the Oauth Implicit Grant Flow (response_type=token)

https://developer.okta.com/blog/2018/05/24/what-is-the-oauth2-implicit-grant-type

Describe alternatives you've considered One could manually send the Oauth requests and do a lot of scripting in tests. But that's cumbersome.

Your Team Size Using TC:

10.000 in a large automobile company :-)

RobertRacklBMW commented 1 year ago

image

rangav commented 1 year ago

Hi @RobertRacklBMW thanks for the feedback, I will implement it in the next update.

Few Questions:

  1. Is it 10k your team size or 10k team members are using Thunder Client?
  2. Companies need to buy a subscription to use the team features from August 18th, I hope you know about this.