WIP! A BB-style forum, on the ATmosphere!
We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
1meta {
2 name: Logout
3 type: http
4 seq: 3
5}
6
7get {
8 url: {{appview_url}}/api/auth/logout
9}
10
11docs {
12 Clear session and revoke OAuth tokens.
13
14 This will:
15 1. Revoke tokens at the user's PDS
16 2. Delete the server-side session
17 3. Clear the session cookie
18
19 Optional query param:
20 - redirect: Relative path to redirect to after logout (e.g., /)
21}