Results 226 comments of 9p4

Because this uses header authentication, there's no way to have a platform-agonistic endpoint in TL without making the scope of this project much larger (supporting OpenID natively, etc)

The basic tests are complete, but I'm trying to make this work for just the polling transport mode (for which the PWA does not behave as expected)

After a long while, ready for review!

Websocket seems to work just fine for me (TCP)

Offending code seems to be in this function. Perhaps someone with a better understanding of C can help out? https://github.com/swaywm/swayidle/blob/master/main.c#L852

Can you inspect element, go to the console, and note down any errors?

Seems like the plugin is throwing a 400 error. Can you go to the network tab and show me what the entry with the 400 error looks like? Make sure...

Can you check on https://oidcdebugger.com/ to see what the preferred_username claim is? I think it might be similar to https://github.com/9p4/jellyfin-plugin-sso/issues/47

I think something may have gone wrong. Try using https://openidconnect.net to find the response instead. You should get something like this: ```json { "exp": 00000000, "iat": 00000000, "auth_time": 00000000, "jti":...