Jonas Metzener

Results 59 comments of Jonas Metzener

Closing this as it seems to be an integration issue.

Hi @miguelcobain IMO this should already work. The `afterLogoutUri` will automatically be prepended with the current host if it's not absolute already: https://github.com/adfinis-sygroup/ember-simple-auth-oidc/blob/4ccc20858b7c37021acfa804818bc8fa8dd65c55/addon/unauthorized.js#L15-L17 https://github.com/adfinis-sygroup/ember-simple-auth-oidc/blob/d83422e1ed43958af8b2039c81337d10320ac884/addon/authenticators/oidc.js#L107-L109 https://github.com/adfinis-sygroup/ember-simple-auth-oidc/blob/d6f9ccfa4cbacca94e7c8d50653f064a3f3fbb06/addon/utils/absolute-url.js#L1-L3 With what version did you...

Thank you for creating an issue for this @wmlele ! This is not intended. `@apollo/client` should be an optional peer dependency as specified here: https://github.com/adfinis/ember-simple-auth-oidc/blob/3c69b18222cbe4e296655f398221208b456867e8/package.json#L83-L90 I'll take a look at...

This might be a bug of embroider, I created an issue: https://github.com/embroider-build/embroider/issues/1266 For now, we might have to make `@apollo/client` a dependency to resolve this issue..

This is temporarly fixed in `v5.0.1` with #685. However, I'm gonna leave this issue open since we need to revert that PR as soon as embroider fixes its issue.

Should be done for options as well, but with the question slug (including namespace) as prefix

Hi @basz, thanks for submitting a PR! I don't quite understand the impact this change since the `types/*` is currently a fixed list of possible input types. There is currently...

Could you paste a snippet of how your render component (hbs and js) looks like?

https://github.com/embroider-build/embroider/issues/1254

Actually, this behaviour is absolutely by design. If we'd name it `isVisible` we'd have to put in a value `true` per default. The default state of a field should always...