forked from
microcosm.blue/microcosm-rs
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1<!doctype html>
2<meta charset="utf-8" />
3<title>great job!</title>
4
5<h1>oauth success!</h1>
6<p>this window should automatically close itself (probably a bug if it hasn't)</p>
7
8<script>
9// TODO: tie this back to its source...........
10
11localStorage.setItem("who-am-i", JSON.stringify({
12 result: "success",
13 did: {{{json did}}},
14 token: {{{json token}}},
15 fetch_key: {{{json fetch_key}}},
16}));
17// TODO: probably also wait for a reply from the frame and show an error if not
18window.close();
19</script>