-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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 ? |
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. |
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. |
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 https://developers.cloudflare.com/cloudflare-one/identity/one-time-pin/ |
I was able to add-on some external user authentication. |
This is great so far, what would be even better for me is if there were some user authentication on the front-end.
The text was updated successfully, but these errors were encountered: