-
Notifications
You must be signed in to change notification settings - Fork 531
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
Adding Support for API Authentication Methods #609
Comments
I would like to work on this issue. |
Hi, Thanks, |
@highjeans The application guide answers all your questions. You can read it here |
Hi @ashitaprasad, I’m Paniv Kapoor, and I’m really interested in working on the GSoC’25 project "Adding Support for API Authentication Methods" (Issue #609). I had a few doubts and was hoping you could clarify them. In the project description, there are multiple sub-issues listed: Basic Authentication – Sending a verified username and password with API requests (#610) Additionally, if you have any suggestions on where to start or relevant resources for learning more about API authentication in Dart and Flutter, that would be really helpful! Looking forward to your guidance. Thanks! Best, |
If undertaken as a GSoC project all the issues have to be resolved. A good place to start will be to take a real world API which requires auth and connect it using Dart. |
Hii @animator , |
Yes |
Thanks for clarifying
Thanks for clarifying 😊. |
Every project is designed in such a way that you have to send some PR solving a small part of the issue. Like in this case sending a draft PR adding any 1-2 of the auth methods mentioned above. It will also give you a better idea of the problem so that you can draft a better proposal. |
So is this a compalsary task to perform before submitting the proposal?? |
We have already mentioned all essential information in the GSoC Application Guide #564 You can go through it. |
@animator |
Sure we will review it |
Hello API Dash Team! I'm Hanzi, a fourth-year Computer Science student at McGill University passionate about tech startups and looking to get involved in GSoC. After exploring API Dash's codebase, I've noticed inconsistent approaches to authentication features across PRs. To address this, I propose a standardized approach following API Dash's architecture:
This would allow contributors to implement different auth methods (Basic, Bearer, OAuth, etc.) independently while maintaining consistency with the project's patterns and ensuring backward compatibility. Is this approach aligned with the project's vision? I'd be happy to submit a PR with this foundation to enable structured collaboration. |
@hanzili You can submit your proposal in the GSoC website and submit a PR for your approach. |
Tell us about the task you want to perform and are unable to do so because the feature is not available
This meta issue is to track support for various API authentication methods in API Dash
The text was updated successfully, but these errors were encountered: