🔧 Added all supported scopes in metadata config

This commit is contained in:
Maxim Lebedev 2022-02-02 22:56:39 +05:00
parent 9b2445d41f
commit 926b6709fd
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 10 additions and 0 deletions

View File

@ -94,8 +94,18 @@ var DefaultMetadataResponse = MetadataResponse{
domain.ResponseTypeID.String(),
},
ScopesSupported: []string{
domain.ScopeBlock.String(),
domain.ScopeChannels.String(),
domain.ScopeCreate.String(),
domain.ScopeDelete.String(),
domain.ScopeDraft.String(),
domain.ScopeEmail.String(),
domain.ScopeFollow.String(),
domain.ScopeMedia.String(),
domain.ScopeMute.String(),
domain.ScopeProfile.String(),
domain.ScopeRead.String(),
domain.ScopeUpdate.String(),
},
ServiceDocumentation: "https://indieauth.net/source/",
TokenEndpoint: "",