Switch to access tokens for Asana authentication.

Review Request #8551 — Created Nov. 22, 2016 and submitted

Information

student-sonar
master
c8f629f...

Reviewers

Asana is deprecating their old API key authentication in favor of a new system
of access tokens (or OAuth, which is overkill for our needs). They'll be
turning it off next month, so we need to switch over. Luckily, because they're
the authors of the library we use for accessing the API, it's super easy.

Ran the server and opened the project ideas page. Saw that it correctly fetched
everything.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        lib/config.js
        package.json
        lib/asana.js
    
    
    
    Tool: Pyflakes
    Ignored Files:
        lib/config.js
        package.json
        lib/asana.js
    
    
  2. 
      
david
mike_conley
  1. Looks good to me.

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (8dc7aec)
Loading...