Can you please include the implicit grant type to this, i see some other clients choose not to include this.
Gregory SchierOP·a year ago
The plan here is to move existing authentication schemes to the plugin system and implement OAuth 2.0 as a (bundled) plugin, meaning that auth plugins will ship at the same time as this.
How can I clear OAuth2 session? As I want to login with different users.
During first time login I am able to enter username & password.. afterward windows pops-up and gone as my session is already active. Please refer to the attached video for reference.
Version: 2025.1.0-beta.15
Gregory SchierOP·a year ago
Will add this for the next release! It was just an oversight to not include it
Chintan B·a year ago
To reset OAuth2 session, temp macOS fix is to remove following file:
Can you please include the implicit grant type to this, i see some other clients choose not to include this.
The plan here is to move existing authentication schemes to the plugin system and implement OAuth 2.0 as a (bundled) plugin, meaning that auth plugins will ship at the same time as this.
https://yaak.app/blog/2025.1.0-beta.11
How can I clear OAuth2 session? As I want to login with different users.
During first time login I am able to enter username & password.. afterward windows pops-up and gone as my session is already active. Please refer to the attached video for reference.
Version: 2025.1.0-beta.15
Will add this for the next release! It was just an oversight to not include it
To reset
OAuth2 session, tempmacOSfix is to remove following file:As a side-effect, u may end-up clearing all your sessions not specific to workspace/request.
Not sure but may be bcoz App/Tauri embedded WebView.
Додано
application/x-www-form-urlencoded
Fixed in 2025.4 Beta thanks FeatureBase for showing the similar posts