-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
API / Collection Authorization #119
Comments
Hi @rsb-23 Supporting Auth is a huge priority, and I plan to have it developed and released within the next 10 days. Planning to get a release out with these 2 Auths
Is there a specific auth that you'd like us to prioritise to build ? |
These two are mostly used, hence this plan is perfect. |
Is OAuth 2.0 support planned? That's the only thing missing that stops us to move to Bruno. |
Will OAuth 1.0a and Basic Authorization be supported? |
Auth is a key feature that is remaining to be implemented. I will be spending some time this week to get this completed. |
Im sure many many people are looking for a Postman alternative right now. Bruno looks great to us we just need that auth stuff in particular oauth2 but im sure everyone has their favourite. I will hold on making a decision until we hear more. |
Just wanted to add my +1. We're exploring alternatives to Insomnia and oauth2 is a must for us to use our APIs properly. |
I will be releasing support for these Auth's tomorrow (Fri 29 Sep)
|
Hello. Do you have any plan to implement cookies? i.e. set-cookies, cookies management, and automatically send the cookies under the same domain |
OAuth 1.0a support would be great, too. |
Got busy with reviewing and merging PR's. Will be working over the weekend to get the auth support completed. |
Will this also cover sending an auth bearer token when fetching a Graphql schema? |
@yjlcoder Yes, we will support this. Its crucial.
@DJphilomath Yes, we will
@jthln Yes, We will support it after completing Oauth2.0 |
Just came here to say thanks a ton for this, I'm looking forward to trying it out. Seems like you're hard at work on the Auth issue, and that was my only big nag so far. I'm coming from Insomnia and I really like how they handled Authentication options via a dedicated tab. Being able to specify a username/password for basic auth, or various token options was quite helpful. I see you make mention of it in your documentation, but I can't see any easy way to implement this in the GUI. |
Support for Bearer and Basic Auth is now available in Hoping to have Oauth 2.0 shipped in another 2 days time. I appreciate your patience. |
Thanks for this cool new feature. |
Cool! Thanks for the update @helloanoop - This will be a massive forward for bruno :) |
Reading authentication from Thanks! |
Currently, the Auth credentials are stored in plain text in the bru file of the request. I do not think that this is a good idea, since projects are shared via Git. |
@rmueller83 You'll be happy to see https://docs.usebruno.com/secrets-management/overview.html ! |
Hello, it would be nice to add AWS IAM auth method to the list |
@bmrodgers148 took a look at your changes. Love it 🔥 So glad to see you take a stab at making changes in the Bru Lang Parser. |
I could not work on OAuth 2.0 auth as Ive been busy with adding Collection Level Headers, Auth, Scripts and Tests #334 Looking forward to get Oauth 2.0 done on priority in the next 2-3 days @bmrodgers148 looking forward to your PR 😊 to add |
Is there any chance to see Digest Auth implemented in Bruno? |
Do you think it would make sense to split the issue? I could imagine it would be easier to track the different progress. |
Hey there @helloanoop , any update on this regarding Oauth 2.0? |
What happend with the |
When do we expect the JWT Bearer Auth to be in place? |
@dahlsin Try putting it in the body Then in Vars write the response to a new variable and reference that in your next call |
I managed to fix my JWT issue. It worked! Sometimes we need to apply try and error technique to succeed. |
Do we have an oauth2 update? this is the only thing stopping us adopting Bruno right now. |
Not yet, but I think it is on the horizon soon. For a workaround see this post: #385 (comment) |
As others have mentioned, I would like to see a static API Key that can be included either as a header or in the query. I guess a screenshot from Postman will explain it: My specific use case is the Mapbox API. Btw, I just switched from Postman and I'm loving Bruno so far. |
Hi, Right now Oauth 2.0 is not available in bruno. Any idea when it is going to available? Or is there any alternative we can pass Oauth2.0 for a time being in bruno? Thanks!! |
Acutually, for the oAuth2, |
Hi, for OAuth2.0, if the issue is the browser interaction, the easiest way is to use the device grant. |
Yes.. for client_credential its working fine. I am able fetch the token. But i need it for implicit grant type. If it is possible, let me know?? |
@helloanoop Any update on cookie support, including signed cookies? Our team uses this for authentication so its blocking us from adopting Bruno. I got parsing the cookie and setting it in a context variable in a post script working, but its not sending the cookie correctly. I hope this feature gets added so we can migrate. I've been waiting for an API client that integrates with git in this way for a while and I love the scripting support. |
I got cookie authentication working. It would be nice to have it as an out-of-the-box feature though. Here is what I did: #968 (comment) |
@osminogin This is already available. You can click on client certificates inside the collection settings (click on gear icon on top right corner once you open a collection) |
This thread has become unmaintainable. I have created separate issues to track each kind of Auth.
Locking this thread. If you'd like an auth method to be supported, please create a new issue PS: I appreciate the patience of folks waiting for OAuth 2.0. |
Authorization
If you'd like an auth method to be supported, please create a new issue
The text was updated successfully, but these errors were encountered: