my own indieAuth provider!
indiko.dunkirk.sh/docs
indieauth
oauth2-server
1{
2 "name": "indiko",
3 "module": "index.ts",
4 "type": "module",
5 "private": true,
6 "scripts": {
7 "dev": "bun run --hot src/index.ts",
8 "start": "bun run src/index.ts",
9 "format": "bun run --bun biome check --write ."
10 },
11 "devDependencies": {
12 "@simplewebauthn/types": "^12.0.0",
13 "@types/bun": "latest"
14 },
15 "peerDependencies": {
16 "typescript": "^5"
17 },
18 "dependencies": {
19 "@simplewebauthn/browser": "^13.2.2",
20 "@simplewebauthn/server": "^13.2.2",
21 "bun-sqlite-migrations": "^1.0.2",
22 "ldap-authentication": "^3.3.6",
23 "nanoid": "^5.1.6"
24 }
25}