-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Enhancement put behind login #11
Comments
I don't plan to make a whole authorization system for the application because I don't think it should be the app's responsability. You already can do that by using different services like Authelia and Cloudflare Zero Trust. But I do think it could be integrated with different auth protocols like LDAP, though I still need to research further into this subject on how to do that, how it can be benefitial and if it's worth it doing so. |
I had a very good experience with passport.js . What it is missing is a role-based access. So after a login, you could not assign admin or user permissions. |
Easily you can add middleware http auth using traefik as reverse proxy |
OIDC support would be awesome. |
Are there any plans to put Tasks.md behind any login system? It would be nice to host securely to the world.
The text was updated successfully, but these errors were encountered: