mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
bump
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user