appdotauthdeprecated

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

Usage no npm install needed!

<script type="module">
  import appdotauth from 'https://cdn.skypack.dev/appdotauth';
</script>

README

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.