NextAuth with private_key_jwt Example? #5363
Replies: 4 comments
-
Anyone could potentially help here? Or is this a question for stackoverflow? |
Beta Was this translation helpful? Give feedback.
-
Did you manage to get answer to this? I need to provide my keys too, but I don't know how. |
Beta Was this translation helpful? Give feedback.
-
@MartinDawson @kmukku Did you get anywhere with this guys? |
Beta Was this translation helpful? Give feedback.
-
@MartinDawson @kmukku Hey guys. Turns out there are a couple of issues with NextAuth and private_key_jwt auth. I've attempted to address them in this PR: #11132 which is awaiting review at the moment. Adding it here in case it's of any use. |
Beta Was this translation helpful? Give feedback.
-
Question 💬
Is their an example that I can look at that implements next-authjs with
private_key_jwt
workflow?I know I need to pass private JWKs to the
jwks
property, but how do I generate or get those private jwks?I have the public URL.
Which has the public JWKS but no idea how to get the private JWKs for this.
How to reproduce ☕️
My code:
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions