-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Trivial
-
Component/s: github-oauth-plugin
-
None
Currently the retrieval of access_tokenĀ can be buggy. It only works because of two facts :
- the keys are alphabetically ordered and for the momentĀ access_tokenĀ is the first one
- there is no key containing access_token likeĀ optional_access_tokenĀ orĀ access_token_primary
It's not an issue now but could appear without any warning.
- links to