Andreas Roth

Results 12 comments of Andreas Roth

Added pull request https://github.com/muak/AiForms.SettingsView/pull/161 for this feature :-)

Thanks @gerricom for checking this out! I'll try to fix it when time is available. I also noticed the border issue... Maybe @muak can point me to the point where...

@muak I added PR #173 to fix the issue of borders on Android. However on iOS I cannot reproduce the issue reported by @gerricom. It looks fine when I tested...

Thanks @gerricom - seems I was really blindsighted when looking on the iPhone screen hoping that it is ok ;-) Will look back into it when time allows - but...

Ok, thanks for your answer. For 2: Ok, if I call `exec` in the `log_by_lua` phase then it also does the logging? This was confusing to me... For 3: You're...

I can confirm it's working with the preview version (v1.5.1081-preview) 👍

I can confirm that password re-entry after registration is now not needed anymore. Thank you for fixing that 🙂

Furthermore, it would be desirable to have a `refresh_token` returned as well if scope `offline_access` is given. Reason: This would allow to use the same token refresh mechanism (as is...

I understand your reasoning @muhlemmer. However it produces more code on client side because token renewal has to be implemented manually. Otherwise this can be handled by most libraries that...

Thank you @muhlemmer for implementing this extension 🙏 When trying to incorporate it into our mobile app I ran into the following issue: The returned `id_token` has its `client_id` claim...