Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 93.01% 92.18% -0.83%
==========================================
Files 27 32 +5
Lines 916 973 +57
==========================================
+ Hits 852 897 +45
- Misses 64 76 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ac19728 to
3ed74a9
Compare
|
Hey @phillipfickl, thanks a lot for this feedback! I wasn't aware of this scenario. I'm now checking if the This will make the From my POV this should fix it, maybe you find the time to try it? 😄 |
|
Hey @fschmtt, I just tested and it works fine! I wasn't aware either, I found out by debugging yesterday 😅 |
|
Okay, before I dive into writing the missing tests and make the PR "mergable" - WDYT about having a flag For all grant types I would set this to I think in the end it does not change from the consumer's POV, but the current approach is rather implicit while having a config flag is more explicit. I'll think about it for a bit 😄 |
Hmm good question. I guess this is more of a general design choice. Explicitly configuring it in the package as well removes a bit of magic and forces the user to make an explicit choice. Automatically falling back to AccessToken-only would make the package work without additional configuration in case somebody connects to a keycloak server where they do not have control over the configuration. Looking at the official Java implementation, I do not see any explicit configuration, they seem to just check if the So I'm in favour of the implicit approach, but in the end it's up to you 😊 |
|
I sticked to the implicit approach now. Thank you so much for your feedback @phillipfickl, I appreciate it! 🥳 |
|
Happily! 😊 Thank you for maintaining this package. |

No description provided.