monzo-oauth

tiny web app for getting your personal monzo OAuth token.

Usage no npm install needed!

<script type="module">
  import monzoOauth from 'https://cdn.skypack.dev/monzo-oauth';
</script>

README

monzo-oauth

monzo-oauth

tiny web app for getting your personal monzo OAuth token.

usage

npx monzo-oauth
  1. generate an API client here, the Redirect URI must be set to the server address.
  2. you will be provided with a Client ID and Client Secret, copy them to the form.
  3. submit to continue to the (second) OAuth flow.
  4. Monzo will, again, send you an email with a redirect link.
  5. by clicking on the link the token will be displayed.

security

  • keep your tokens safe
  • read the source code
  • run this on a trusted environment

feel free to report any security issues or concerns.
the contact email can be found attached to my commits

requirements

  • node v8 or newer
  • browser any web browser

license

MIT