pseudoramble
                                            pseudoramble
                                        
                                    I also cloned the starter project, and then used yarn (1.x series) to set things up and noticed hot reloading wasn't working. So I redid the setup using npm (8.3.1)...
I bumped into this myself a moment ago. My workaround for it was to do two things, which frankly aren't great: 1. Disabled Proxy Strict SSL. 2. Shut off Proxy...
I took a crack at this today and have a PR open for it. Hoping it's a good starting point to discuss more!
Any questions about the PR? Or are there any changes I should make for this PR?
Any chance somebody can take a look at this? It still would be valuable to us if we can merge it in.
Hi again. Any chance this can be looked at?
It's been so long I barely even remember the context of why I wanted this in the first place. That being said, I wanted to share what I can remember...
Thanks for the tip @MiguelAlho but I'm not sure I follow. Are you suggesting a chance to `oidc-react` to create another render method that can deal with the situation? The...
I've come up with a potential solution to the issue. I genuinely don't know if I like it or not. It consists of two parts: 1. Make `AuthContext` never be...
For now I'm going to use this change in my projects and see how it fares. I'll update and make the PR official when I feel confident with it.