Replies: 1 comment
-
Hi, not sure this helps, but due to some project requirements I'm also looking into this. According to the RFC a PAR request will return a NextAuth.js v4
which implements a method called
where privateKey is your JWT key and the
this has to be passed in to the the
Next auth does this here so probably this is where PAR response should be injected.
Auth.js (v5.x) Seems this versions is using oauth4webapi and here is the sample code how PAR works |
Beta Was this translation helpful? Give feedback.
-
Goals
Recently, a new version of Duende IdentityServer has been released, one of the features of which is Pushed Authorization Requests.
Non-Goals
n/a?
Background
is6 is supported, so should is7
Proposal
I'm not sure whether how next/auth operates conflicts or not with PAR, that's the biggest question.
I am a bit interested in contributing.
Beta Was this translation helpful? Give feedback.
All reactions