1.0.1 • Published 12 years ago

appdotauth v1.0.1

Weekly downloads
9
License
-
Repository
github
Last release
12 years ago

appdotauth

app.net access token generation server – generate valid api tokens with ease.

This tool is for developers that want to experiment with the app.net api and therefore just need an access token.

Setup and usage

  1. Install this package with npm install appdotauth
  2. Register an application at https://alpha.app.net/developer/app/create/ (dev accounts only)
  3. cp config.example.json config.json
  4. Insert your application details at config.json
  5. Run npm start
  6. point your browser to http://localhost:3000 and follow the instructions.
  7. You are done

About security

Be sure to keep the generated access token secret, as it has full controll over your app.net account.

1.0.1

12 years ago

1.0.0

12 years ago