Replies: 1 comment
-
I guess i fail to see how a bucket of parameters suggested by intelisense makes things in any way "easy".
because it is the right representation of the authorization request parameters type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @panva,
Is there a reason why the
parameters
argument of thebuildAuthorizationUrl
function is set toRecord<string, string>
?In v5 we had
AuthorizationParameters
type which made things very easy (typed). Are the authorization parameters not somewhat standardized in de OIDC spec?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions