Skip to content

Commit

Permalink
Add a type: indieauth to the configURL so that it can be matched by t…
Browse files Browse the repository at this point in the history
…he client
  • Loading branch information
Sam Goto committed Jul 1, 2024
1 parent e247db0 commit 8038e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ app.use("/test/fedcm.json", async function (req, res, next) {
revocation_endpoint: "/revoke_endpoint.json",
metrics_endpoint: "/metrics_endpoint.json",
login_url: "/",
types: ["indieauth"],
branding: {
background_color: backgroundColor || "green",
color: color || "#FFEEAA",
Expand Down

0 comments on commit 8038e80

Please sign in to comment.