Asymmetric encryption (JWT Tokens)
Unanswered
sonsorei posted this in #help-forum
sonsoreiOP
https://next-auth.js.org/faq
The Next Auth FAQ mentions that I can specify other valid algorithms for JWT Encryption. I really need an Asymmetric encryption with public and private key, but I can't find anywhere in the documentation how to specify so Next Auth uses asymmetric. Is there something I am missing? Do I have to implement it my self though the
The Next Auth FAQ mentions that I can specify other valid algorithms for JWT Encryption. I really need an Asymmetric encryption with public and private key, but I can't find anywhere in the documentation how to specify so Next Auth uses asymmetric. Is there something I am missing? Do I have to implement it my self though the
decode and encode methods?