Hey,
I’m trying to set up NATS auth callout in Python (basically writing an auth service). For that I need to handle NATS JWTs (ed25519-nkey).
I noticed there are official JWT libs for Go, Java, and JS, but I couldn’t find anything similar for Python.
Is there already something out there for Python that I just missed?
If not, are there any plans to add it, or should I look into rolling my own / community contribution?
Would be awesome to have Python support since a lot of people use it for backend services.
Thanks!