how can I import a jwt library?

I need to create a client_sceret(jwt) to implement the IOS withdrawal feature.
Is there a way to import JWT libraries into cloud code script?

Not directly in the dashboard, however, it is possible using JS Bundling.

You could choose to use Cloud Code C# modules where you would have access to the whole NuGet package library which would include ones that handle JWTs for you.

1 Like

thank you for your kind response!

1 Like

Are there any plans to support this in the future? If a simple module like jsonwebtoken were available in the dashboard, it would allow us to access many other APIs that require authentication without the need of JS Bundling. (Iā€™d love to stick with the dashboard if possible)

1 Like

At present, unfortunately not. However, thanks for your feedback I will relay it to the product manager. Currently, we recommend using Cloud Code C#.