Expose more NKeys / Ed25519 types / logic #857
osigurdson
started this conversation in
General
Replies: 1 comment
-
Is this what you are looking for? https://github.com/nats-io/nats.net/blob/main/src/NATS.Client/NKeys.cs We are also in the process of extracting both of these to their own repo, although with .NET, the extraction will target .NET versions that are used in the .NET V2 client Those new repos can be found at https://github.com/nats-io/nkeys.net and https://github.com/nats-io/jwt.net but currently they are empty. The .NET V2 client does have this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The NATS nsc tool is nice but can be hard to automate in an application. It would be great to be able to create new user jwts using this library. It appears that some of this already exists in namespace NATS.Client.Core.NaCl with internal types like Ed25519.
Beta Was this translation helpful? Give feedback.
All reactions