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

[Feature] User authentication #9

Closed
yroyathon opened this issue Dec 18, 2024 · 5 comments
Closed

[Feature] User authentication #9

yroyathon opened this issue Dec 18, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@yroyathon
Copy link

This is great so far, what would be even better for me is if there were some user authentication on the front-end.

@calibrain
Copy link
Owner

To be honest, I just use Cloudflare tunnel with authentik in front of it, so I don't have a need for user authentication, but I can see how it can be useful.

The problem is CWA does not support users for uploading to the ingest folder, so it's not really useful to implement.

What is your use case ?

@calibrain calibrain added the enhancement New feature or request label Dec 19, 2024
@yroyathon
Copy link
Author

Similar to Overseerr and CWA or any other service of value, I would expose this service and rely on user authentication to not let anyone submit requests for downloads. For all my other services so far, I haven't had to create my own user authentication/authorization piece.

@yroyathon
Copy link
Author

I can look into adding Authentik to my stack, if that's what will solve this issue. I remember doing research on this category of self-hosted software a while ago and there were many choices with lots of pros/cons, I couldn't see a clear winner.

@calibrain
Copy link
Owner

If you don't mind Cloudflare, or if you are the only user of the service, you can use Cloduflare Zero Trust One Time PIN
I used to have it for several years until I started giving access to friends and family and it became too much of a hassle to manage, so I moved to authentik

https://developers.cloudflare.com/cloudflare-one/identity/one-time-pin/

@yroyathon
Copy link
Author

I was able to add-on some external user authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants