Allowing HTTP and/or localhost for implicit response types #1301
panva
started this conversation in
Community Guides
Replies: 1 comment
-
|
If you are using Typescript you will likely get a type error indicating "Property 'Schema' does not exist on type 'typeof Client'." when trying to use this code as presented. This appears to only be a bug in the type definition. You can work around it with something like this: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Note
Author: @panva
Target version: ^9.0.0
Warning
No guarantees this is bug-free, if you find a bug please comment on the discussion
Caution
This violates the OIDC Core 1.0 specification. Its only practical use-case is for development purposes and as such is not recommended for any production deployment.
In addition to this you may also utilize extra client metadata and only skip these checks for clients still in development mode or similar.
Beta Was this translation helpful? Give feedback.
All reactions