Hardy
Hardy
Hi @alkavan, im also working on getting phaser 4 up and running to play around with. I encountered the same issue as you when trying to build with webpack. You...
@brion-fuller the fix https://github.com/phaserjs/phaser/pull/24 was merged into main that solved the issue.
Same here. I tried to implement Auth.js with SvelteKit using Okta and got stuck here also. How do we handle WWWAuthenticateChallenge?
I managed to get Auth.js working with SvelteKit and Okta. Seems like you do not need to set a clientSecret when using Okta when setting token_endpoint_auth_method: "none". Hope this helps....