Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remembered settings are different between http and https #20

Closed
cglatot opened this issue Jul 14, 2020 · 4 comments
Closed

Remembered settings are different between http and https #20

cglatot opened this issue Jul 14, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@cglatot
Copy link
Owner

cglatot commented Jul 14, 2020

Describe the bug
localstorage counts the http and https sites as different locations, and thus login credentials are not shared across them.

Expected behavior
Remembered settings should be the same across http and https sites

@cglatot cglatot added the bug Something isn't working label Jul 14, 2020
@cglatot cglatot self-assigned this Jul 21, 2020
@ukdtom
Copy link

ukdtom commented Oct 8, 2020

Browse to PMS:32400/identity, and use the machineIdentifier as the ID to store it in

@ukdtom
Copy link

ukdtom commented Oct 8, 2020

Or grap it from https://plex.tv/api/v2/resources and use clientIdentifier

@garretaserra
Copy link
Contributor

Separating http and https versions of this or any website is a core principle to security.
The localstorage is not shared because it would be unsecure to do so.

@cglatot
Copy link
Owner Author

cglatot commented Nov 7, 2021

Yeah, I know it's intent, but my thinking was for convenience it would be useful to do something. But any method that would achieve this would either be hacky, or require a backend, which opens up its own set of security implications. Just going to close this one.

@cglatot cglatot closed this as completed Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants