John Palit
John Palit
So I discovered that this does actually work in a monorepo, we just have an extra complex setup, which currently has nested sub-packages (only temporary!) Still it would be good...
We've just run in to this, but I believe there are specifics involved: These don't work: ``` abstract class A {} class B extends A {} @injectable class C {...
Looks like this has been left for some time (appreciate the project hasn't been worked on for a while). However, like a number of issues still open here, the main...
@pappfer please read my comment. I said that the behaviour you previously described still doesn't work. I then made a suggestion to improve it, but that has not been implemented...
@daggerhart I think #88 needs to come first, as there is no point implementing this if you would then rip out the underlying library and replace it. Ideally the requirements...
I would second this in principal, but would hardly consider php-openid "maintained" - last release in 2015, last commit over a year ago! The jumbojett client looks promising, but is...
That's a very mature library, but important to note that it is OAuth2, not specifically OpenId Connect.
@yrammos is generic OAuth2 a good idea for this plugin? It's title suggests it is specifically OpenId Connect. I think there a plenty of OAuth2 libs and plugins, but OpenId...
@yrammos no apology needed! I wasn't aware Wordpress was lacking this, as there are so many PHP libs for OAuth2, I assumed there must be a plugin. Anyway, the question...
This is due to incorrect parameters in `~/.kube/config`. Instead of using the output of `kubectl config view`, which omits the CA data, as you can see in the pasted file,...