allow different tokens in one credentials file
Bug #255241 reported by
Markus Korn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
launchpadlib |
Triaged
|
Low
|
Unassigned |
Bug Description
when a user is running different apps with different levels of permission he needs to store the access-token in many different files. It would be nice if different credentials can be saved to one file. This should not be that hard to achieve in a structure like:
[myapp1]
version = 1
consumer_secret =
access_token = abc
consumer_key = py-lp-bugs dev
access_secret = xxxxxxxxxx
[myapp2]
version = 1
consumer_secret =
access_token = def
consumer_key = leonov
access_secret = cccccc
Markus
Changed in launchpadlib: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.
Do we still need this? I think there are enough simple interfaces to token management now that it doesn't matter whether the tokens are stored in one file or many.