Skip to content

httptoolkit/accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 6, 2025
05dce65 · May 6, 2025
Jan 29, 2025
May 6, 2025
Dec 13, 2024
Apr 7, 2025
Apr 29, 2025
Sep 22, 2023
Feb 1, 2019
May 13, 2021
Nov 16, 2023
Nov 22, 2024
Nov 15, 2023

Repository files navigation

HTTP Toolkit Accounts

This repo contains the different components that power HTTP Toolkit account management (purchases, password reset, etc).

The code here isn't really relevant to most users of HTTP Toolkit, and runs separately to the downloaded application. It's effectively internal back-office logic. It's open anyway, because it's always interesting to see how a business's internals really work, enjoy!

The components defined here are:

  • An API, defined as Netlify serverless functions to load user data, expose subscription plan details, allow managing Team accounts & handle webhooks from Paddle. Note that this is designed only as an internal API, so it might change completely without notice - you probably don't want to build on it.
  • A tiny SPA site, to which users can log in to manage their subscriptions.
  • A JS module used to handle authentication logic common to the accounts SPA, the main website, and HTTP Toolkit itself.
  • A selection of scripts, for manual user & subscription administration.

About

The API & dashboard that power HTTP Toolkit account management

Resources

License

Stars

Watchers

Forks

Languages