AT Protocol OAuth Template#
for TanStack Start#
Getting Started#
- Run the web application
pnpm run dev
Notes#
- In
atproto.server.ts, the state and session stores for authentication data are in-memory using maps. For production, update the variables and respective classes to use a persistent database, e.g. PostgreSQL.
Packages#
TanStack Start- Web application framework
Source hosted on Tangled