This commit is contained in:
Kukks
2023-02-09 16:23:54 +01:00
parent 553c790bf1
commit 2ce3987ec6
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>Nostr NIP5</Product>
<Description>Allows you to verify your nostr account</Description>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -105,6 +105,7 @@ public class Nip5Controller : Controller
[HttpGet("~/.well-known/nostr.json")]
[EnableCors(CorsPolicies.All)]
[IgnoreAntiforgeryToken]
[AllowAnonymous]
public async Task<IActionResult> GetUser([FromQuery] string name)
{
var result = await Get(name);