my own indieAuth provider! indiko.dunkirk.sh/docs
indieauth oauth2-server
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: add iss param

+1
+1
src/routes/indieauth.ts
··· 1610 1610 me: meValue, 1611 1611 profile, 1612 1612 scope: scopes.join(" "), 1613 + iss: process.env.ORIGIN || "http://localhost:3000", 1613 1614 }; 1614 1615 1615 1616 // Include role if assigned