:memo2: Used bleeding edge version of IndieAuth spec in metadata endpoint

This commit is contained in:
Maxim Lebedev 2022-01-05 16:00:25 +05:00
parent bf7be3c4fa
commit 4cc934a48c
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ type (
//nolint: gochecknoglobals // NOTE(toby3d): structs cannot be contants.
var DefaultMetadataResponse = MetadataResponse{
ServiceDocumentation: "https://indieauth.spec.indieweb.org/",
ServiceDocumentation: "https://indieauth.net/source/",
AuthorizationResponseIssParameterSupported: true,
ScopesSupported: []string{
domain.ScopeEmail.String(),