Steven McCoy
Steven McCoy
### Description ``` Uncaught TypeError: Cannot read property '_redacted_' of undefined at HTMLElement._getProperty (properties-changed.js:243) at HTMLElement.get (properties-changed.js:140) at saveAccessorValue (property-accessors.js:48) at HTMLElement._definePropertyAccessor (property-accessors.js:284) at HTMLElement._createPropertyAccessor (properties-changed.js:108) at HTMLElement._bindTemplate (property-effects.js:2361) at...
### What problem did you meet? REF: https://curity.io/resources/learn/using-claims-in-apis/ A system with scopes `read:invoice` and `write:invoice` for coarse grained access control wants to limit access to a specific invoice for reading...
### What problem did you meet? I have a device with limited user input and wish to take advantage of the OAuth2 Device Flow to register using a secondary device....
With `esbuild` 0.23.1 and 0.24.0, when the `esbuild-plugin-minify-html-literals` is enabled, if a component is not explicitly imported by name then the _sourcemap_ output is absent the filename. Example: ``` ......