Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Asana/asana-invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample App: Asana User MGMT

This application leverages the Asana API to demonstrate how an administrator might manage the members in an organization.

The application uses OAuth 2.0 for authentication and the addUser & removeUser endpoints on a workspaces to demonstrate how they may function together.

The entire node application is contained within app.js and uses Jade templates for the views.

Dependencies

Setup

  • git clone https://github.com/Asana/asana-invite.git && cd asana-invite
  • npm install
  • cp config/example.default.json config/default.json
  • Fill default.json in with your OAuth Application credentials which can be obtained at https://app.asana.com/-/account_api
  • node app.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published