tangled
alpha
login
or
join now
dunkirk.sh
/
indiko
6
fork
atom
my own indieAuth provider!
indiko.dunkirk.sh/docs
indieauth
oauth2-server
6
fork
atom
overview
issues
pulls
pipelines
chore: sort imports
dunkirk.sh
2 months ago
d82a4bf8
972daca4
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+8
-8
1 changed file
expand all
collapse all
unified
split
src
index.ts
+8
-8
src/index.ts
···
31
31
registerVerify,
32
32
} from "./routes/auth";
33
33
import {
34
34
-
addPasskeyOptions,
35
35
-
addPasskeyVerify,
36
36
-
deletePasskey,
37
37
-
listPasskeys,
38
38
-
renamePasskey,
39
39
-
} from "./routes/passkeys";
40
40
-
import {
41
34
createClient,
42
35
deleteClient,
43
36
getClient,
···
58
51
tokenIntrospect,
59
52
tokenRevoke,
60
53
updateInvite,
61
61
-
userProfile,
62
54
userinfo,
55
55
+
userProfile,
63
56
} from "./routes/indieauth";
57
57
+
import {
58
58
+
addPasskeyOptions,
59
59
+
addPasskeyVerify,
60
60
+
deletePasskey,
61
61
+
listPasskeys,
62
62
+
renamePasskey,
63
63
+
} from "./routes/passkeys";
64
64
65
65
(() => {
66
66
const required = ["ORIGIN", "RP_ID"];