mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #17] http auth support #14
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mandric on GitHub (Mar 1, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/17
any thoughts about supporting basic auth?
@eyedol commented on GitHub (Mar 5, 2012):
@mandric good point. Maybe a configuration that can be turned on and once that is done, there will be two fields asking for username and password? This will be useful for web services with user authentication. Could you post that as a feature request?
@mandric commented on GitHub (Mar 5, 2012):
Yea, I was thinking that as well as supporting user:pass@ strings in the Sync URL...
@eyedol commented on GitHub (Aug 26, 2012):
Slating this for next version. Maybe :-P
@olliebennett commented on GitHub (Feb 24, 2013):
It appears that the user:pass@ urls (eg.
http://user:pass@secure.example.com/) are permitted by the definedURL_PATTERNinUtil.java.Is there some other issue preventing at least this simple technique to be used, or has it been implemented since this issue was opened (and hence we could close it)?
@eyedol commented on GitHub (Feb 25, 2013):
This issue hasn't been implemented yet. Keeping credentials on an app can be a bit complicated because of security. You have to consider storing them somewhere safe from preying eyes. I will find time and look into this
@mandric commented on GitHub (Sep 12, 2013):
Any updates on this? I might take a first whack by supporting auth in the Sync URL.
@eyedol commented on GitHub (Sep 13, 2013):
@mandric Nothing yet. That would be great. Let me know when you start.
@mandric commented on GitHub (Sep 17, 2013):
here's a start https://github.com/ushahidi/SMSSync/pull/123