tauri-plugin-nostr-native 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +105 -0
  3. package/dist-js/index.cjs +61 -0
  4. package/dist-js/index.d.ts +13 -0
  5. package/dist-js/index.js +52 -0
  6. package/package.json +38 -0
  7. package/permissions/autogenerated/commands/blossom_get_blob.toml +13 -0
  8. package/permissions/autogenerated/commands/blossom_mirror.toml +13 -0
  9. package/permissions/autogenerated/commands/blossom_upload.toml +13 -0
  10. package/permissions/autogenerated/commands/blossom_upload_content.toml +13 -0
  11. package/permissions/autogenerated/commands/create_discovery_event.toml +13 -0
  12. package/permissions/autogenerated/commands/decrypt_discovery_event.toml +13 -0
  13. package/permissions/autogenerated/commands/decrypt_pns_event.toml +13 -0
  14. package/permissions/autogenerated/commands/delete_calendar.toml +13 -0
  15. package/permissions/autogenerated/commands/delete_calendar_event.toml +13 -0
  16. package/permissions/autogenerated/commands/delete_chat_messages.toml +13 -0
  17. package/permissions/autogenerated/commands/derive_pns_keys.toml +13 -0
  18. package/permissions/autogenerated/commands/fetch_bookmarks.toml +13 -0
  19. package/permissions/autogenerated/commands/fetch_calendar_events.toml +13 -0
  20. package/permissions/autogenerated/commands/fetch_calendars.toml +13 -0
  21. package/permissions/autogenerated/commands/fetch_contact_list.toml +13 -0
  22. package/permissions/autogenerated/commands/fetch_discovery_events.toml +13 -0
  23. package/permissions/autogenerated/commands/fetch_event_details.toml +13 -0
  24. package/permissions/autogenerated/commands/fetch_pns_events.toml +13 -0
  25. package/permissions/autogenerated/commands/fetch_profiles.toml +13 -0
  26. package/permissions/autogenerated/commands/fetch_received_rsvps.toml +13 -0
  27. package/permissions/autogenerated/commands/fetch_rsvps.toml +13 -0
  28. package/permissions/autogenerated/commands/fetch_user_rsvps.toml +13 -0
  29. package/permissions/autogenerated/commands/generate_new_nsec.toml +13 -0
  30. package/permissions/autogenerated/commands/parse_pubkey.toml +13 -0
  31. package/permissions/autogenerated/commands/publish_batch_calendar_events.toml +13 -0
  32. package/permissions/autogenerated/commands/publish_calendar.toml +13 -0
  33. package/permissions/autogenerated/commands/publish_calendar_event.toml +13 -0
  34. package/permissions/autogenerated/commands/publish_chat_message.toml +13 -0
  35. package/permissions/autogenerated/commands/publish_rsvp.toml +13 -0
  36. package/permissions/autogenerated/commands/remove_bookmark.toml +13 -0
  37. package/permissions/autogenerated/commands/save_bookmark.toml +13 -0
  38. package/permissions/autogenerated/commands/send_direct_message.toml +13 -0
  39. package/permissions/autogenerated/commands/update_contact_list.toml +13 -0
  40. package/permissions/autogenerated/commands/verify_nsec.toml +13 -0
  41. package/permissions/autogenerated/reference.md +934 -0
  42. package/permissions/default.toml +38 -0
  43. package/permissions/schemas/schema.json +714 -0
@@ -0,0 +1,934 @@
1
+ ## Default Permission
2
+
3
+ Default permissions for nostrnative plugin. Enables all commands by default.
4
+
5
+ #### This default permission set includes the following:
6
+
7
+ - `allow-generate-new-nsec`
8
+ - `allow-parse-pubkey`
9
+ - `allow-verify-nsec`
10
+ - `allow-fetch-calendar-events`
11
+ - `allow-publish-batch-calendar-events`
12
+ - `allow-publish-calendar-event`
13
+ - `allow-delete-calendar-event`
14
+ - `allow-fetch-calendars`
15
+ - `allow-publish-calendar`
16
+ - `allow-delete-calendar`
17
+ - `allow-fetch-profiles`
18
+ - `allow-fetch-contact-list`
19
+ - `allow-update-contact-list`
20
+ - `allow-fetch-rsvps`
21
+ - `allow-fetch-user-rsvps`
22
+ - `allow-fetch-received-rsvps`
23
+ - `allow-publish-rsvp`
24
+ - `allow-send-direct-message`
25
+ - `allow-fetch-bookmarks`
26
+ - `allow-fetch-event-details`
27
+ - `allow-save-bookmark`
28
+ - `allow-remove-bookmark`
29
+ - `allow-blossom-mirror`
30
+ - `allow-blossom-upload`
31
+ - `allow-blossom-upload-content`
32
+ - `allow-blossom-get-blob`
33
+ - `allow-derive-pns-keys`
34
+ - `allow-create-discovery-event`
35
+ - `allow-decrypt-discovery-event`
36
+ - `allow-publish-chat-message`
37
+ - `allow-decrypt-pns-event`
38
+ - `allow-fetch-pns-events`
39
+ - `allow-delete-chat-messages`
40
+ - `allow-fetch-discovery-events`
41
+
42
+ ## Permission Table
43
+
44
+ <table>
45
+ <tr>
46
+ <th>Identifier</th>
47
+ <th>Description</th>
48
+ </tr>
49
+
50
+
51
+ <tr>
52
+ <td>
53
+
54
+ `nostr-native:allow-blossom-get-blob`
55
+
56
+ </td>
57
+ <td>
58
+
59
+ Enables the blossom_get_blob command without any pre-configured scope.
60
+
61
+ </td>
62
+ </tr>
63
+
64
+ <tr>
65
+ <td>
66
+
67
+ `nostr-native:deny-blossom-get-blob`
68
+
69
+ </td>
70
+ <td>
71
+
72
+ Denies the blossom_get_blob command without any pre-configured scope.
73
+
74
+ </td>
75
+ </tr>
76
+
77
+ <tr>
78
+ <td>
79
+
80
+ `nostr-native:allow-blossom-mirror`
81
+
82
+ </td>
83
+ <td>
84
+
85
+ Enables the blossom_mirror command without any pre-configured scope.
86
+
87
+ </td>
88
+ </tr>
89
+
90
+ <tr>
91
+ <td>
92
+
93
+ `nostr-native:deny-blossom-mirror`
94
+
95
+ </td>
96
+ <td>
97
+
98
+ Denies the blossom_mirror command without any pre-configured scope.
99
+
100
+ </td>
101
+ </tr>
102
+
103
+ <tr>
104
+ <td>
105
+
106
+ `nostr-native:allow-blossom-upload`
107
+
108
+ </td>
109
+ <td>
110
+
111
+ Enables the blossom_upload command without any pre-configured scope.
112
+
113
+ </td>
114
+ </tr>
115
+
116
+ <tr>
117
+ <td>
118
+
119
+ `nostr-native:deny-blossom-upload`
120
+
121
+ </td>
122
+ <td>
123
+
124
+ Denies the blossom_upload command without any pre-configured scope.
125
+
126
+ </td>
127
+ </tr>
128
+
129
+ <tr>
130
+ <td>
131
+
132
+ `nostr-native:allow-blossom-upload-content`
133
+
134
+ </td>
135
+ <td>
136
+
137
+ Enables the blossom_upload_content command without any pre-configured scope.
138
+
139
+ </td>
140
+ </tr>
141
+
142
+ <tr>
143
+ <td>
144
+
145
+ `nostr-native:deny-blossom-upload-content`
146
+
147
+ </td>
148
+ <td>
149
+
150
+ Denies the blossom_upload_content command without any pre-configured scope.
151
+
152
+ </td>
153
+ </tr>
154
+
155
+ <tr>
156
+ <td>
157
+
158
+ `nostr-native:allow-create-discovery-event`
159
+
160
+ </td>
161
+ <td>
162
+
163
+ Enables the create_discovery_event command without any pre-configured scope.
164
+
165
+ </td>
166
+ </tr>
167
+
168
+ <tr>
169
+ <td>
170
+
171
+ `nostr-native:deny-create-discovery-event`
172
+
173
+ </td>
174
+ <td>
175
+
176
+ Denies the create_discovery_event command without any pre-configured scope.
177
+
178
+ </td>
179
+ </tr>
180
+
181
+ <tr>
182
+ <td>
183
+
184
+ `nostr-native:allow-decrypt-discovery-event`
185
+
186
+ </td>
187
+ <td>
188
+
189
+ Enables the decrypt_discovery_event command without any pre-configured scope.
190
+
191
+ </td>
192
+ </tr>
193
+
194
+ <tr>
195
+ <td>
196
+
197
+ `nostr-native:deny-decrypt-discovery-event`
198
+
199
+ </td>
200
+ <td>
201
+
202
+ Denies the decrypt_discovery_event command without any pre-configured scope.
203
+
204
+ </td>
205
+ </tr>
206
+
207
+ <tr>
208
+ <td>
209
+
210
+ `nostr-native:allow-decrypt-pns-event`
211
+
212
+ </td>
213
+ <td>
214
+
215
+ Enables the decrypt_pns_event command without any pre-configured scope.
216
+
217
+ </td>
218
+ </tr>
219
+
220
+ <tr>
221
+ <td>
222
+
223
+ `nostr-native:deny-decrypt-pns-event`
224
+
225
+ </td>
226
+ <td>
227
+
228
+ Denies the decrypt_pns_event command without any pre-configured scope.
229
+
230
+ </td>
231
+ </tr>
232
+
233
+ <tr>
234
+ <td>
235
+
236
+ `nostr-native:allow-delete-calendar`
237
+
238
+ </td>
239
+ <td>
240
+
241
+ Enables the delete_calendar command without any pre-configured scope.
242
+
243
+ </td>
244
+ </tr>
245
+
246
+ <tr>
247
+ <td>
248
+
249
+ `nostr-native:deny-delete-calendar`
250
+
251
+ </td>
252
+ <td>
253
+
254
+ Denies the delete_calendar command without any pre-configured scope.
255
+
256
+ </td>
257
+ </tr>
258
+
259
+ <tr>
260
+ <td>
261
+
262
+ `nostr-native:allow-delete-calendar-event`
263
+
264
+ </td>
265
+ <td>
266
+
267
+ Enables the delete_calendar_event command without any pre-configured scope.
268
+
269
+ </td>
270
+ </tr>
271
+
272
+ <tr>
273
+ <td>
274
+
275
+ `nostr-native:deny-delete-calendar-event`
276
+
277
+ </td>
278
+ <td>
279
+
280
+ Denies the delete_calendar_event command without any pre-configured scope.
281
+
282
+ </td>
283
+ </tr>
284
+
285
+ <tr>
286
+ <td>
287
+
288
+ `nostr-native:allow-delete-chat-messages`
289
+
290
+ </td>
291
+ <td>
292
+
293
+ Enables the delete_chat_messages command without any pre-configured scope.
294
+
295
+ </td>
296
+ </tr>
297
+
298
+ <tr>
299
+ <td>
300
+
301
+ `nostr-native:deny-delete-chat-messages`
302
+
303
+ </td>
304
+ <td>
305
+
306
+ Denies the delete_chat_messages command without any pre-configured scope.
307
+
308
+ </td>
309
+ </tr>
310
+
311
+ <tr>
312
+ <td>
313
+
314
+ `nostr-native:allow-derive-pns-keys`
315
+
316
+ </td>
317
+ <td>
318
+
319
+ Enables the derive_pns_keys command without any pre-configured scope.
320
+
321
+ </td>
322
+ </tr>
323
+
324
+ <tr>
325
+ <td>
326
+
327
+ `nostr-native:deny-derive-pns-keys`
328
+
329
+ </td>
330
+ <td>
331
+
332
+ Denies the derive_pns_keys command without any pre-configured scope.
333
+
334
+ </td>
335
+ </tr>
336
+
337
+ <tr>
338
+ <td>
339
+
340
+ `nostr-native:allow-fetch-bookmarks`
341
+
342
+ </td>
343
+ <td>
344
+
345
+ Enables the fetch_bookmarks command without any pre-configured scope.
346
+
347
+ </td>
348
+ </tr>
349
+
350
+ <tr>
351
+ <td>
352
+
353
+ `nostr-native:deny-fetch-bookmarks`
354
+
355
+ </td>
356
+ <td>
357
+
358
+ Denies the fetch_bookmarks command without any pre-configured scope.
359
+
360
+ </td>
361
+ </tr>
362
+
363
+ <tr>
364
+ <td>
365
+
366
+ `nostr-native:allow-fetch-calendar-events`
367
+
368
+ </td>
369
+ <td>
370
+
371
+ Enables the fetch_calendar_events command without any pre-configured scope.
372
+
373
+ </td>
374
+ </tr>
375
+
376
+ <tr>
377
+ <td>
378
+
379
+ `nostr-native:deny-fetch-calendar-events`
380
+
381
+ </td>
382
+ <td>
383
+
384
+ Denies the fetch_calendar_events command without any pre-configured scope.
385
+
386
+ </td>
387
+ </tr>
388
+
389
+ <tr>
390
+ <td>
391
+
392
+ `nostr-native:allow-fetch-calendars`
393
+
394
+ </td>
395
+ <td>
396
+
397
+ Enables the fetch_calendars command without any pre-configured scope.
398
+
399
+ </td>
400
+ </tr>
401
+
402
+ <tr>
403
+ <td>
404
+
405
+ `nostr-native:deny-fetch-calendars`
406
+
407
+ </td>
408
+ <td>
409
+
410
+ Denies the fetch_calendars command without any pre-configured scope.
411
+
412
+ </td>
413
+ </tr>
414
+
415
+ <tr>
416
+ <td>
417
+
418
+ `nostr-native:allow-fetch-contact-list`
419
+
420
+ </td>
421
+ <td>
422
+
423
+ Enables the fetch_contact_list command without any pre-configured scope.
424
+
425
+ </td>
426
+ </tr>
427
+
428
+ <tr>
429
+ <td>
430
+
431
+ `nostr-native:deny-fetch-contact-list`
432
+
433
+ </td>
434
+ <td>
435
+
436
+ Denies the fetch_contact_list command without any pre-configured scope.
437
+
438
+ </td>
439
+ </tr>
440
+
441
+ <tr>
442
+ <td>
443
+
444
+ `nostr-native:allow-fetch-discovery-events`
445
+
446
+ </td>
447
+ <td>
448
+
449
+ Enables the fetch_discovery_events command without any pre-configured scope.
450
+
451
+ </td>
452
+ </tr>
453
+
454
+ <tr>
455
+ <td>
456
+
457
+ `nostr-native:deny-fetch-discovery-events`
458
+
459
+ </td>
460
+ <td>
461
+
462
+ Denies the fetch_discovery_events command without any pre-configured scope.
463
+
464
+ </td>
465
+ </tr>
466
+
467
+ <tr>
468
+ <td>
469
+
470
+ `nostr-native:allow-fetch-event-details`
471
+
472
+ </td>
473
+ <td>
474
+
475
+ Enables the fetch_event_details command without any pre-configured scope.
476
+
477
+ </td>
478
+ </tr>
479
+
480
+ <tr>
481
+ <td>
482
+
483
+ `nostr-native:deny-fetch-event-details`
484
+
485
+ </td>
486
+ <td>
487
+
488
+ Denies the fetch_event_details command without any pre-configured scope.
489
+
490
+ </td>
491
+ </tr>
492
+
493
+ <tr>
494
+ <td>
495
+
496
+ `nostr-native:allow-fetch-pns-events`
497
+
498
+ </td>
499
+ <td>
500
+
501
+ Enables the fetch_pns_events command without any pre-configured scope.
502
+
503
+ </td>
504
+ </tr>
505
+
506
+ <tr>
507
+ <td>
508
+
509
+ `nostr-native:deny-fetch-pns-events`
510
+
511
+ </td>
512
+ <td>
513
+
514
+ Denies the fetch_pns_events command without any pre-configured scope.
515
+
516
+ </td>
517
+ </tr>
518
+
519
+ <tr>
520
+ <td>
521
+
522
+ `nostr-native:allow-fetch-profiles`
523
+
524
+ </td>
525
+ <td>
526
+
527
+ Enables the fetch_profiles command without any pre-configured scope.
528
+
529
+ </td>
530
+ </tr>
531
+
532
+ <tr>
533
+ <td>
534
+
535
+ `nostr-native:deny-fetch-profiles`
536
+
537
+ </td>
538
+ <td>
539
+
540
+ Denies the fetch_profiles command without any pre-configured scope.
541
+
542
+ </td>
543
+ </tr>
544
+
545
+ <tr>
546
+ <td>
547
+
548
+ `nostr-native:allow-fetch-received-rsvps`
549
+
550
+ </td>
551
+ <td>
552
+
553
+ Enables the fetch_received_rsvps command without any pre-configured scope.
554
+
555
+ </td>
556
+ </tr>
557
+
558
+ <tr>
559
+ <td>
560
+
561
+ `nostr-native:deny-fetch-received-rsvps`
562
+
563
+ </td>
564
+ <td>
565
+
566
+ Denies the fetch_received_rsvps command without any pre-configured scope.
567
+
568
+ </td>
569
+ </tr>
570
+
571
+ <tr>
572
+ <td>
573
+
574
+ `nostr-native:allow-fetch-rsvps`
575
+
576
+ </td>
577
+ <td>
578
+
579
+ Enables the fetch_rsvps command without any pre-configured scope.
580
+
581
+ </td>
582
+ </tr>
583
+
584
+ <tr>
585
+ <td>
586
+
587
+ `nostr-native:deny-fetch-rsvps`
588
+
589
+ </td>
590
+ <td>
591
+
592
+ Denies the fetch_rsvps command without any pre-configured scope.
593
+
594
+ </td>
595
+ </tr>
596
+
597
+ <tr>
598
+ <td>
599
+
600
+ `nostr-native:allow-fetch-user-rsvps`
601
+
602
+ </td>
603
+ <td>
604
+
605
+ Enables the fetch_user_rsvps command without any pre-configured scope.
606
+
607
+ </td>
608
+ </tr>
609
+
610
+ <tr>
611
+ <td>
612
+
613
+ `nostr-native:deny-fetch-user-rsvps`
614
+
615
+ </td>
616
+ <td>
617
+
618
+ Denies the fetch_user_rsvps command without any pre-configured scope.
619
+
620
+ </td>
621
+ </tr>
622
+
623
+ <tr>
624
+ <td>
625
+
626
+ `nostr-native:allow-generate-new-nsec`
627
+
628
+ </td>
629
+ <td>
630
+
631
+ Enables the generate_new_nsec command without any pre-configured scope.
632
+
633
+ </td>
634
+ </tr>
635
+
636
+ <tr>
637
+ <td>
638
+
639
+ `nostr-native:deny-generate-new-nsec`
640
+
641
+ </td>
642
+ <td>
643
+
644
+ Denies the generate_new_nsec command without any pre-configured scope.
645
+
646
+ </td>
647
+ </tr>
648
+
649
+ <tr>
650
+ <td>
651
+
652
+ `nostr-native:allow-parse-pubkey`
653
+
654
+ </td>
655
+ <td>
656
+
657
+ Enables the parse_pubkey command without any pre-configured scope.
658
+
659
+ </td>
660
+ </tr>
661
+
662
+ <tr>
663
+ <td>
664
+
665
+ `nostr-native:deny-parse-pubkey`
666
+
667
+ </td>
668
+ <td>
669
+
670
+ Denies the parse_pubkey command without any pre-configured scope.
671
+
672
+ </td>
673
+ </tr>
674
+
675
+ <tr>
676
+ <td>
677
+
678
+ `nostr-native:allow-publish-batch-calendar-events`
679
+
680
+ </td>
681
+ <td>
682
+
683
+ Enables the publish_batch_calendar_events command without any pre-configured scope.
684
+
685
+ </td>
686
+ </tr>
687
+
688
+ <tr>
689
+ <td>
690
+
691
+ `nostr-native:deny-publish-batch-calendar-events`
692
+
693
+ </td>
694
+ <td>
695
+
696
+ Denies the publish_batch_calendar_events command without any pre-configured scope.
697
+
698
+ </td>
699
+ </tr>
700
+
701
+ <tr>
702
+ <td>
703
+
704
+ `nostr-native:allow-publish-calendar`
705
+
706
+ </td>
707
+ <td>
708
+
709
+ Enables the publish_calendar command without any pre-configured scope.
710
+
711
+ </td>
712
+ </tr>
713
+
714
+ <tr>
715
+ <td>
716
+
717
+ `nostr-native:deny-publish-calendar`
718
+
719
+ </td>
720
+ <td>
721
+
722
+ Denies the publish_calendar command without any pre-configured scope.
723
+
724
+ </td>
725
+ </tr>
726
+
727
+ <tr>
728
+ <td>
729
+
730
+ `nostr-native:allow-publish-calendar-event`
731
+
732
+ </td>
733
+ <td>
734
+
735
+ Enables the publish_calendar_event command without any pre-configured scope.
736
+
737
+ </td>
738
+ </tr>
739
+
740
+ <tr>
741
+ <td>
742
+
743
+ `nostr-native:deny-publish-calendar-event`
744
+
745
+ </td>
746
+ <td>
747
+
748
+ Denies the publish_calendar_event command without any pre-configured scope.
749
+
750
+ </td>
751
+ </tr>
752
+
753
+ <tr>
754
+ <td>
755
+
756
+ `nostr-native:allow-publish-chat-message`
757
+
758
+ </td>
759
+ <td>
760
+
761
+ Enables the publish_chat_message command without any pre-configured scope.
762
+
763
+ </td>
764
+ </tr>
765
+
766
+ <tr>
767
+ <td>
768
+
769
+ `nostr-native:deny-publish-chat-message`
770
+
771
+ </td>
772
+ <td>
773
+
774
+ Denies the publish_chat_message command without any pre-configured scope.
775
+
776
+ </td>
777
+ </tr>
778
+
779
+ <tr>
780
+ <td>
781
+
782
+ `nostr-native:allow-publish-rsvp`
783
+
784
+ </td>
785
+ <td>
786
+
787
+ Enables the publish_rsvp command without any pre-configured scope.
788
+
789
+ </td>
790
+ </tr>
791
+
792
+ <tr>
793
+ <td>
794
+
795
+ `nostr-native:deny-publish-rsvp`
796
+
797
+ </td>
798
+ <td>
799
+
800
+ Denies the publish_rsvp command without any pre-configured scope.
801
+
802
+ </td>
803
+ </tr>
804
+
805
+ <tr>
806
+ <td>
807
+
808
+ `nostr-native:allow-remove-bookmark`
809
+
810
+ </td>
811
+ <td>
812
+
813
+ Enables the remove_bookmark command without any pre-configured scope.
814
+
815
+ </td>
816
+ </tr>
817
+
818
+ <tr>
819
+ <td>
820
+
821
+ `nostr-native:deny-remove-bookmark`
822
+
823
+ </td>
824
+ <td>
825
+
826
+ Denies the remove_bookmark command without any pre-configured scope.
827
+
828
+ </td>
829
+ </tr>
830
+
831
+ <tr>
832
+ <td>
833
+
834
+ `nostr-native:allow-save-bookmark`
835
+
836
+ </td>
837
+ <td>
838
+
839
+ Enables the save_bookmark command without any pre-configured scope.
840
+
841
+ </td>
842
+ </tr>
843
+
844
+ <tr>
845
+ <td>
846
+
847
+ `nostr-native:deny-save-bookmark`
848
+
849
+ </td>
850
+ <td>
851
+
852
+ Denies the save_bookmark command without any pre-configured scope.
853
+
854
+ </td>
855
+ </tr>
856
+
857
+ <tr>
858
+ <td>
859
+
860
+ `nostr-native:allow-send-direct-message`
861
+
862
+ </td>
863
+ <td>
864
+
865
+ Enables the send_direct_message command without any pre-configured scope.
866
+
867
+ </td>
868
+ </tr>
869
+
870
+ <tr>
871
+ <td>
872
+
873
+ `nostr-native:deny-send-direct-message`
874
+
875
+ </td>
876
+ <td>
877
+
878
+ Denies the send_direct_message command without any pre-configured scope.
879
+
880
+ </td>
881
+ </tr>
882
+
883
+ <tr>
884
+ <td>
885
+
886
+ `nostr-native:allow-update-contact-list`
887
+
888
+ </td>
889
+ <td>
890
+
891
+ Enables the update_contact_list command without any pre-configured scope.
892
+
893
+ </td>
894
+ </tr>
895
+
896
+ <tr>
897
+ <td>
898
+
899
+ `nostr-native:deny-update-contact-list`
900
+
901
+ </td>
902
+ <td>
903
+
904
+ Denies the update_contact_list command without any pre-configured scope.
905
+
906
+ </td>
907
+ </tr>
908
+
909
+ <tr>
910
+ <td>
911
+
912
+ `nostr-native:allow-verify-nsec`
913
+
914
+ </td>
915
+ <td>
916
+
917
+ Enables the verify_nsec command without any pre-configured scope.
918
+
919
+ </td>
920
+ </tr>
921
+
922
+ <tr>
923
+ <td>
924
+
925
+ `nostr-native:deny-verify-nsec`
926
+
927
+ </td>
928
+ <td>
929
+
930
+ Denies the verify_nsec command without any pre-configured scope.
931
+
932
+ </td>
933
+ </tr>
934
+ </table>