Skip to content
  • Daniel Stone's avatar
    Conduit: Accept OAuth2 Authorization header · 28954e97
    Daniel Stone authored
    
    
    This is really lame. The Ruby OAuth2 client can only pass its token in
    the form data (which Phab is not prepared to accept), or as part of the
    Authorization header (which PHP strips out).
    
    Use a function only available in newer PHP to scrape the Authorization
    header from the raw stream.
    
    Signed-off-by: Daniel Stone's avatarDaniel Stone <daniels@collabora.com>
    28954e97