LLEB-ME / gouv.fa

https://gouv.fa
0 stars 1 forks source link

Automatic or self-service invites for Plex #10

Closed doamatto closed 2 years ago

doamatto commented 2 years ago

The easy solution is replacing Plex. The hardest solution is creating an SSO solution for Plex. The middleground? We find someway to allow members to request invites easily. This could be at something like sso.lleb/request_access where you could then pick a service and be given prompts.

doamatto commented 2 years ago

P.S. if you need a Plex invite, you should DM me your Plex username or email lmfao.

doamatto commented 2 years ago

We can use this as a codebase or use the Python wrapper out right. This should allow invitations to be handled. We can even use the accepting method right below to have the user login afterwards and automatically accept the invite.

Ideally, we use something we can compile to one bin and use on any server, like Golang, but the ease of using Python in a situation like this would be hard to dispute.

doamatto commented 2 years ago

With #3, this issue becomes a bit null-and-void. Closing because of such.