Replies: 2 comments 2 replies
|
I'll see if I can get this in today |
0 replies
|
Thanks for bringing this to my attention - Release is live for OIDC and Plex SSO! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there! I'm aggregating some services on Organizr via iframes and noticed an structural difference on Reclaimerr compared to other arr apps that have Plex SSO baked in.
While other apps(Organizr itself, Seerr) opens Plex auth window on a popup/new tab, Reclaimerr does it by just changing the window href over at https://github.com/jessielw/Reclaimerr/blob/main/frontend/src/routes/login.svelte.
This behaviour prohibits the auth flow from working from inside an iframe since Plex auth is not keen on being used inside such structures.
Would be great to consider changing the behaviour or having an option to do so.
Thanks very much for your work!
All reactions