Pinned
Planned
OAuth 2.0 support
Add support for OAuth 2.0, which will guide the user through the login flow in a web view.
Greg Schier 6 months ago
Feature
Pinned
Planned
OAuth 2.0 support
Add support for OAuth 2.0, which will guide the user through the login flow in a web view.
Greg Schier 6 months ago
Feature
Planned
Secrets Encryption
All data is currently stored unencrypted in a SQLite database. Since users often store sensitive information, we should have a way to encrypt this on disk using something like https://github.com/iotaledger/stronghold.rs or https://github.com/hwchen/keyring-rs
Greg Schier 8 months ago
Feature
Planned
Secrets Encryption
All data is currently stored unencrypted in a SQLite database. Since users often store sensitive information, we should have a way to encrypt this on disk using something like https://github.com/iotaledger/stronghold.rs or https://github.com/hwchen/keyring-rs
Greg Schier 8 months ago
Feature
Planned
Import Postman Environments
Since Environments seem to be at the collection level, it would be nice to import Postman Environments so they can be imported independently from the collection.
Ashley Englisch-Spinney 8 months ago
Improvement
Planned
Import Postman Environments
Since Environments seem to be at the collection level, it would be nice to import Postman Environments so they can be imported independently from the collection.
Ashley Englisch-Spinney 8 months ago
Improvement
Planned
View entire request response flow
Nice app, really like the clean and responsive GUI and (of course) local-only. I'm alot for the low-level though, one huge improvement (IMHO) would be the possibility to have the entire request/response flow in the results-tab in plain-text, as opposed to only seeing the response. Maybe it is already possible to show the request (?) but I could not find a setting for it. Ideally, I would have loved if it was possible to show request(headers+body), followed by response(headers+body), as plain-text similar to how 'curl -v' does it. Keep up the good work!
Cole Render 5 months ago
Feature
Planned
View entire request response flow
Nice app, really like the clean and responsive GUI and (of course) local-only. I'm alot for the low-level though, one huge improvement (IMHO) would be the possibility to have the entire request/response flow in the results-tab in plain-text, as opposed to only seeing the response. Maybe it is already possible to show the request (?) but I could not find a setting for it. Ideally, I would have loved if it was possible to show request(headers+body), followed by response(headers+body), as plain-text similar to how 'curl -v' does it. Keep up the good work!
Cole Render 5 months ago
Feature
Planned
Per Request/Folder Settings
It should be possible to configure settings (redirect, timeout, etc) per request, or even per folder or environment.
Greg Schier About 2 months ago
Feature
Planned
Per Request/Folder Settings
It should be possible to configure settings (redirect, timeout, etc) per request, or even per folder or environment.
Greg Schier About 2 months ago
Feature
In Progress
Add clone/duplicate option to env
It would be nice to have the option in environments to clone an existing environment. At the moment you can't clone environments but often you're going to want the same keys in different envs so adding two options Clone, and Clone without values would be very useful. Clone; would create a new env with the same keys and values Clone without values; would create a env with the same keys but default the values to empty read to be populated
Timothy Cole 6 months ago
Feature
In Progress
Add clone/duplicate option to env
It would be nice to have the option in environments to clone an existing environment. At the moment you can't clone environments but often you're going to want the same keys in different envs so adding two options Clone, and Clone without values would be very useful. Clone; would create a new env with the same keys and values Clone without values; would create a env with the same keys but default the values to empty read to be populated
Timothy Cole 6 months ago
Feature
Planned
Custom editor font
Just a suggestion if it would be possible to allow a custom font to be configured for the editor alongside the existing Editor Font Size setting?
Mike Bowering 3 months ago
Feature
Planned
Custom editor font
Just a suggestion if it would be possible to allow a custom font to be configured for the editor alongside the existing Editor Font Size setting?
Mike Bowering 3 months ago
Feature
Planned
flatpak & flathub
Please consider distributing a flatpak version published on flathub, with the minimm required permissions i.e. network access only All currently distributed Linux versions involve trusting you & your supply chain with everything our logged in user has access to i.e. all of our data
synotna 25 days ago
Improvement
Planned
flatpak & flathub
Please consider distributing a flatpak version published on flathub, with the minimm required permissions i.e. network access only All currently distributed Linux versions involve trusting you & your supply chain with everything our logged in user has access to i.e. all of our data
synotna 25 days ago
Improvement
Planned
Sign Windows Release
Microsoft has made it very difficult to sign code these days, requiring HSM (hardware security module) to do so. The major clouds are currently working on providing easy-to-use tools for this, so hopefully it will be easier soon. I'm holding off on this for now, unless it becomes a priority for many users.
Greg Schier 4 months ago
Improvement
Planned
Sign Windows Release
Microsoft has made it very difficult to sign code these days, requiring HSM (hardware security module) to do so. The major clouds are currently working on providing easy-to-use tools for this, so hopefully it will be easier soon. I'm holding off on this for now, unless it becomes a priority for many users.
Greg Schier 4 months ago
Improvement
Assign a color to an environment
Just as in Insomnia, I would find it very useful to be able to assign a color to a workspace. I have the habit to set my local as green and production as red, and it really helps to see in a glance if I am about to do something by mistake. As a plus, it would be even better if the color would somehow become an accent, or more visible than just a glyph next to the name of the workspace. It could become the color of some borders, some text, the title bar, … I don't really know what is possible or not to keep it consistent with the themes and the technologies behind
Mickael V 5 months ago
Improvement
Assign a color to an environment
Just as in Insomnia, I would find it very useful to be able to assign a color to a workspace. I have the habit to set my local as green and production as red, and it really helps to see in a glance if I am about to do something by mistake. As a plus, it would be even better if the color would somehow become an accent, or more visible than just a glyph next to the name of the workspace. It could become the color of some borders, some text, the title bar, … I don't really know what is possible or not to keep it consistent with the themes and the technologies behind
Mickael V 5 months ago
Improvement
Global Headers
Ability to have global headers sent in every request inside a workspace. Example: I know all endpoints to a certain host require a couple headers, e.g. a bypass-bot-protection flag or an API key. I'd like those to be automatically sent instead of needing to add to every request. Values can be like other request fields - text or Environment variable.
Daniel E. Peterson 6 months ago
Feature
Global Headers
Ability to have global headers sent in every request inside a workspace. Example: I know all endpoints to a certain host require a couple headers, e.g. a bypass-bot-protection flag or an API key. I'd like those to be automatically sent instead of needing to add to every request. Values can be like other request fields - text or Environment variable.
Daniel E. Peterson 6 months ago
Feature
Planned
Support mTLS Client Certificate Authentication
Would be great if Yaak supported mTLS client certificate authentication. For my use-case it would make sense to have this configurable either globally linking each cert to a specific host (similar to how postman does it) or maybe per-environment.
KF-AK 24 days ago
Feature
Planned
Support mTLS Client Certificate Authentication
Would be great if Yaak supported mTLS client certificate authentication. For my use-case it would make sense to have this configurable either globally linking each cert to a specific host (similar to how postman does it) or maybe per-environment.
KF-AK 24 days ago
Feature
Planned
JWT Authentication
Migrating a collection from Postman to kick the tires here at Yaak. With Bearer Tokens, how do I map the following values from Postman to their equivalent in Yaak: Algorithm Secret Payload See screenshot Thanks in advance
@salim 23 days ago
Feature
Planned
JWT Authentication
Migrating a collection from Postman to kick the tires here at Yaak. With Bearer Tokens, how do I map the following values from Postman to their equivalent in Yaak: Algorithm Secret Payload See screenshot Thanks in advance
@salim 23 days ago
Feature
Nested environment variables
One of the main reasons I used Insomnia was for the environment variable file structure. The JSON nested variables allowed for a much more flexible and organized list, especially in larger environment variable lists. I don't really mind the loss of JSON (although, it is nice to have a portable format like that), but the loss of nested variables is really disappointing.
Alex Coté 5 months ago
Feature
Nested environment variables
One of the main reasons I used Insomnia was for the environment variable file structure. The JSON nested variables allowed for a much more flexible and organized list, especially in larger environment variable lists. I don't really mind the loss of JSON (although, it is nice to have a portable format like that), but the loss of nested variables is really disappointing.
Alex Coté 5 months ago
Feature
In Progress
Support for server sent events
When a response has Content: text/event-stream, then there should be a way to parse out that stream and show it, similar to in Chrome Devtools where there is an EventSource tab
SA 4 days ago
Feature
In Progress
Support for server sent events
When a response has Content: text/event-stream, then there should be a way to parse out that stream and show it, similar to in Chrome Devtools where there is an EventSource tab
SA 4 days ago
Feature